declare function isPngImage(buffer: Buffer | Uint8Array): boolean;

export { isPngImage };
