import { Coding, DomainResource, IChoicePath, PrimitiveBoolean, PrimitiveCanonical } from "../internal"; export declare class ChoicePath extends DomainResource { static readonly baseType: string; static readonly namespace: string; static readonly typeName: string; static readonly primaryCodePath: string | null; options?: PrimitiveBoolean | PrimitiveCanonical | Coding; get primaryCode(): PrimitiveBoolean | PrimitiveCanonical | Coding | undefined; set primaryCode(primaryCode: PrimitiveBoolean | PrimitiveCanonical | Coding | undefined); static parse(json: IChoicePath, providedInstance?: ChoicePath): ChoicePath; static isChoicePath(input?: unknown): input is ChoicePath; toJSON(): IChoicePath; clone(): ChoicePath; getTypeName(): string; } //# sourceMappingURL=ChoicePath.d.ts.map