import { Options } from '../shared/meta';
export default function process(data: ImageData, opts: Options): Promise<ImageData>;
