import type * as CandidApi from "../../../index"; export type PayerPlanGroupId = string & { PayerPlanGroupId: void; }; export declare function PayerPlanGroupId(value: string): CandidApi.PayerPlanGroupId;