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