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