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