export declare const moveLotOccupantTypeDown: (lotOccupantTypeId: number | string) => boolean;
export declare const moveLotOccupantTypeDownToBottom: (lotOccupantTypeId: number | string) => boolean;
export default moveLotOccupantTypeDown;