declare const openFile: (filePath: string) => Promise; declare const openUrl: (url: string) => Promise; declare const openFileLocation: (filePath: string) => Promise; export { openFile, openUrl, openFileLocation }; //# sourceMappingURL=open.d.ts.map