import type { Channel } from 'stream-chat'; export declare const isDmChannel: ({ channel, ownUserId, }: { channel: Channel; ownUserId?: string; }) => boolean; //# sourceMappingURL=isDmChannel.d.ts.map