import { Encounter } from 'fhir/r4b';
export interface TelemedCreateMeetingParams {
    /**
     * Well formed Encounter with the https://extensions.fhir.oystehr.com/encounter-other-participants extension specified optionally.
     */
    encounter: Encounter;
}
