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