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