import type * as CandidApi from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { ClaimId } from "../../commons/types/ClaimId"; import { EncounterId } from "../../commons/types/EncounterId"; export declare const ClaimAllocationTarget: core.serialization.ObjectSchema; export declare namespace ClaimAllocationTarget { interface Raw { claim_id: ClaimId.Raw; encounter_id: EncounterId.Raw; } }