/// import { PngToHex } from '../types'; /** * pngをhexに変更する */ export declare const pngToHex: (buffer: Buffer) => Promise;