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