import type { Options } from './types.js'; declare const open: (path: string, options?: Options) => Promise; export default open; export type { Options };