export declare const TelephonyDirection: { readonly Inbound: "inbound"; readonly Outbound: "outbound"; }; export type TelephonyDirection = (typeof TelephonyDirection)[keyof typeof TelephonyDirection];