import { IAttachment } from '../types'; export declare const AI_IMG = "AI_IMG"; export declare const AI_THUMNAIL_IMG = "AI_THUMNAIL_IMG"; export declare const generateAdobeIllustratorImageFiles: (attachments: File[]) => Promise; export declare const linkAdobeIllustratorImagesToFile: (aiAttachment: IAttachment, aiImageAttachments: IAttachment[]) => IAttachment | undefined; export declare const isAdobeIllustratorImageThumbnail: (fileName: string, adobeFileName?: string) => boolean; export declare const isAdobeIllustratorImage: (fileName: string, adobeFileName?: string) => boolean; export declare const filterMetadataAttachments: (attachments: IAttachment[]) => IAttachment[];