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