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