/// <reference types="node" />
import sharp = require('sharp');
export declare class SharpService {
    edit: (input?: Buffer | Uint8Array | Uint8ClampedArray | Int8Array | Uint16Array | Int16Array | Uint32Array | Int32Array | Float32Array | Float64Array | string, options?: sharp.SharpOptions) => sharp.Sharp;
}
