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