declare const processFile: (file: any, { charset }?: { charset?: string; }) => Promise; export default processFile;