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