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