import { ImageCut, ImageFormat, ImageProcessingFilename } from '../type'; export declare function imageProcessing(src: string, options: { cut?: ImageCut; size?: number; format?: ImageFormat; toFilename?: ImageProcessingFilename; }): Promise;