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