import { ImageDataLike } from '..';
export declare const dhashFromImageData: (imageData: ImageDataLike) => string;
