import { FieldMetadata, IType } from "../internal"; export declare class Type { static readonly baseType: string; static readonly namespace: string; static readonly typeName: string; static readonly primaryCodePath: string | null; static get fieldList(): ReadonlyArray; static get parentType(): typeof Type | null; get fhirTypeRef(): typeof Type; static get fieldInfo(): ReadonlyArray; get primaryCode(): Type | undefined; static parse(json: IType, providedInstance?: Type): Type; static isType(input?: unknown): input is Type; toJSON(): IType; clone(): Type; getTypeName(): string; } //# sourceMappingURL=Type.d.ts.map