import type * as recordTypes from "../../types/recordTypes";
export declare const deleteLotOccupantType: (lotOccupantTypeId: number | string, requestSession: recordTypes.PartialSession) => boolean;
export default deleteLotOccupantType;