export declare const getContext: (width: any, height: any) => CanvasRenderingContext2D; export declare const getImageData: (src: string, scale?: number) => Promise; export declare const getCounts: (data: Uint8ClampedArray, ignore: string[]) => [];