import { ResizeMethod } from '../../../types/template.type'; export declare class ImageEditorService { resizeImage(pathToFile: string, { method, args }: ResizeMethod): Promise; }