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