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