import { ArchivePayloadEnvelope } from "./archive-payload-envelope.js"; export declare class ArchivePayloadDecoder { static decodeArchiveOrThrow(archiveBytes: Uint8Array): ArchivePayloadEnvelope; private static getLanguageVersionOrThrow; private static getPackagePayloadOrThrow; }