import type { Channel, UserResponse } from 'stream-chat'; import type { DefaultStreamChatGenerics } from '../../types/types'; export declare type ChannelOrUserResponse = Channel | UserResponse; export declare const isChannel: (output: ChannelOrUserResponse) => output is Channel; //# sourceMappingURL=utils.d.ts.map