export declare const moveLotStatusDown: (lotStatusId: number | string) => boolean; export declare const moveLotStatusDownToBottom: (lotStatusId: number | string) => boolean; export default moveLotStatusDown;