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