export declare function moveLotTypeUp(lotTypeId: number | string): boolean;
export declare function moveLotTypeUpToTop(lotTypeId: number | string): boolean;
export default moveLotTypeUp;