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