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