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