import { Attachment } from 'stream-chat'; export declare const isImageAttachment: (attachment: Attachment) => boolean;