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