declare const openFile: (file: any) => Promise<any>;
export default openFile;
