import { ImageData } from './types';
export declare const getImageData: (imagePath: string) => Promise<ImageData>;
export type ImageInput = string;
