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