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