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