export declare const telemed: { meeting: (params: { readonly encounter?: Record | undefined; }, request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly encounter?: Record | undefined; }>; join: (params: { encounterId: string; }, request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly Attendee?: { readonly AttendeeId?: string | undefined; readonly ExternalUserId?: string | undefined; } | undefined; readonly Meeting?: { readonly MeetingId?: string | undefined; } | undefined; }>; };