import { BundleEntry, IBundle, Resource } from "../internal"; export declare class Bundle extends Resource { static readonly baseType: string; static readonly namespace: string; static readonly typeName: string; static readonly primaryCodePath: string | null; entry?: Array; static parse(json: IBundle, providedInstance?: Bundle): Bundle; static isBundle(input?: unknown): input is Bundle; toJSON(): IBundle; clone(): Bundle; getTypeName(): string; } //# sourceMappingURL=Bundle.d.ts.map