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