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