import type { ArchiveInput, ArchiveReader } from '../archive/contracts.js'; import type { ArchiveOpenOptions } from '../archive/types.js'; export * from '../index.js'; /** * Open an archive with the Node transport selected by package resolution. * * Node modules are loaded only when this function is called, keeping module * evaluation portable for tooling and bundlers. */ export declare function openArchive(input: ArchiveInput, options?: ArchiveOpenOptions): Promise; //# sourceMappingURL=node.d.ts.map