import { Element, IElement } from "../internal"; export declare class PrimitiveTime 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?: PrimitiveTime): PrimitiveTime; static isPrimitiveTime(input?: unknown): input is PrimitiveTime; clone(): PrimitiveTime; getTypeName(): string; } //# sourceMappingURL=PrimitiveTime.d.ts.map