/** Read width/height from a PNG's IHDR chunk without pulling in an image lib. */ export declare function pngSize(bytes: Uint8Array): { width: number; height: number; }; //# sourceMappingURL=png.d.ts.map