import type { ReportDocument } from "./report-model.js"; export declare function validateReportDocumentPayload(payload: unknown): ReportDocument;