declare const _default: () => Promise<{
    open: (path: string) => Promise<void>;
}>;
export default _default;
