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