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