export declare const getImageDataForBrowser: (path: string) => Promise<ImageData>;
