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