export type DmBlockUserProps = { roomId: string; block: boolean; }; export declare const isDmBlockUserProps: import("ajv").ValidateFunction; //# sourceMappingURL=DmBlockUserProps.d.ts.map