export declare function encodePng(pixels: Buffer, width: number, height: number, bitDepth: number, colorType: number, bytesPerPixel: number): Buffer;