export declare class ImageUtils { static getDocBodyWithMimeTypeDefinition(fileName: string, documentBody: string): string; static getFixedImageFilepathUrl(imageFilepathUrl: any): string; }