import { Image } from'../Image.js';
/**
* Decode a PNG. See the fast-png npm module.
* @parambuffer - The data to decode.
* @returns The decoded image.
*/export declare functiondecodePng(buffer: Uint8Array): Image;
//# sourceMappingURL=decodePng.d.ts.map