export = openExplorer;

declare function openExplorer(path: string, callback: (err: Error | undefined) => void): void;
