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