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