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