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