export declare const ExotelApiSubdomain: { readonly ApiInExotelCom: "api.in.exotel.com"; readonly ApiExotelCom: "api.exotel.com"; }; export type ExotelApiSubdomain = (typeof ExotelApiSubdomain)[keyof typeof ExotelApiSubdomain];