import type { PixelCounts } from '../types'; export declare function createPixelCounts(length: number): PixelCounts; //# sourceMappingURL=createPixelCounts.d.ts.map