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