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