import * as sharp from 'sharp'; import { IOptions, IResizeOptions } from '../../../types'; export declare const convertFile: (file: any, target: any, onNode: (data: any) => void, options: IResizeOptions) => Promise; export declare function _convert(file: any, targets: string[], onNode: (data: any) => void, options: IOptions): Promise; export declare const convert: (options: IOptions) => Promise;