export type ChannelsInviteProps = { roomId: string; userId?: string; username?: string; user?: string; } | { roomName: string; userId?: string; username?: string; user?: string; }; export declare const isChannelsInviteProps: import("ajv").ValidateFunction; //# sourceMappingURL=ChannelsInviteProps.d.ts.map