export declare const messaging: { getMessagingConfig: (request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly conversationConfig?: { readonly phoneNumber?: string | undefined; readonly phoneNumberType?: string | undefined; readonly rateLimits?: string | undefined; } | undefined; readonly transactionalSMSConfig?: { readonly phoneNumber?: string | undefined; readonly phoneNumberType?: string | undefined; readonly rateLimits?: string | undefined; } | undefined; }>; };