import type * as CandidApi from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { AppointmentId } from "../../commons/types/AppointmentId"; import { PatientExternalId } from "../../commons/types/PatientExternalId"; export declare const AppointmentByIdAndPatientExternalId: core.serialization.ObjectSchema; export declare namespace AppointmentByIdAndPatientExternalId { interface Raw { appointment_id: AppointmentId.Raw; patient_external_id: PatientExternalId.Raw; } }