import { FileSystem } from './system'; export declare function openFileSystem(basePath: string | Uint8Array): Promise; export declare function resolveFileSystem(base: string | Uint8Array | FileSystem): Promise; export * from './system'; //# sourceMappingURL=index.browser.d.ts.map