export type ModerationDeleteMsgHistoryParamsPOST = { userId: string; reason?: string; }; export declare const isModerationDeleteMsgHistoryParams: import("ajv").ValidateFunction; //# sourceMappingURL=ModerationDeleteMsgHistoryParams.d.ts.map