export declare const moveLotOccupantTypeUp: (lotOccupantTypeId: number | string) => boolean;
export declare const moveLotOccupantTypeUpToTop: (lotOccupantTypeId: number | string) => boolean;
export default moveLotOccupantTypeUp;