import { ImageDataLike } from "./types.js";
export declare function getImageDataWithSharp(inputData: string | ArrayBufferLike | ArrayBufferView, longPathFix?: boolean): Promise<ImageDataLike>;
