export declare function moveLotStatusDown(lotStatusId: number | string): boolean;
export declare function moveLotStatusDownToBottom(lotStatusId: number | string): boolean;
export default moveLotStatusDown;