import { Element, IElement } from "../internal"; export declare class PrimitiveInstant extends Element { static readonly baseType: string; static readonly namespace: string; static readonly typeName: string; static readonly primaryCodePath: string | null; value?: string; static parsePrimitive(value: string, extension?: IElement | null, providedInstance?: PrimitiveInstant): PrimitiveInstant; static isPrimitiveInstant(input?: unknown): input is PrimitiveInstant; clone(): PrimitiveInstant; getTypeName(): string; } //# sourceMappingURL=PrimitiveInstant.d.ts.map