export type ChannelsOpenProps = { roomId: string; query?: string; sort?: { ts: 1 | -1; }; } | { roomName: string; query?: string; sort?: { ts: 1 | -1; }; }; export declare const isChannelsOpenProps: import("ajv").ValidateFunction; //# sourceMappingURL=ChannelsOpenProps.d.ts.map