declare const file2json: ({ buffer: buffer1, ext: ext1, filepath, encoding: encoding1, debug, }: { buffer?: Buffer; ext?: string; filepath?: string; encoding?: string; debug?: string | boolean; }) => Promise; export default file2json; //# sourceMappingURL=file2json.d.ts.map