export declare function moveLotTypeFieldDown(lotTypeFieldId: number | string): boolean; export declare function moveLotTypeFieldDownToBottom(lotTypeFieldId: number | string): boolean; export declare function moveLotTypeFieldUp(lotTypeFieldId: number | string): boolean; export declare function moveLotTypeFieldUpToTop(lotTypeFieldId: number | string): boolean;