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