import text from "png-chunk-text"; export declare const readDataFromPNG: (buf: ArrayBuffer) => Promise<{ keyword: string; text: string; }[]>;