declare const openExplorer: (path?: string) => Promise<unknown>;

export { openExplorer as default, openExplorer };
