export type DmLeaveProps = { roomId: string; } | { roomName: string; }; export declare const isDmLeaveProps: import("ajv").ValidateFunction; //# sourceMappingURL=DmLeaveProps.d.ts.map