import type { IMessage, IUser } from '@rocket.chat/core-typings'; export type ArchiveReportPropsPOST = { userId?: IUser['_id']; msgId?: IMessage['_id']; action?: string; reason?: string; }; export declare const isArchiveReportProps: import("ajv").ValidateFunction; //# sourceMappingURL=ArchiveReportProps.d.ts.map