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