import type { ArchiveOpenOptions } from '../archive/types.js'; import type { ArchiveInput, ArchiveReader } from '../archive/contracts.js'; /** Open an archive input through Node runtime facilities. */ export declare function openArchive(input: ArchiveInput, options?: ArchiveOpenOptions): Promise; //# sourceMappingURL=index.d.ts.map