interface InitOptions { path?: string; } export declare function init(options?: InitOptions): Promise; export {}; //# sourceMappingURL=init.d.ts.map