import { EncodeOptions } from '../shared/meta'; export declare function mozJPEGEncode(imageData: ImageData, options: EncodeOptions): Promise;