export declare const CHANNEL_STATUS_ATTRIBUTE = "status"; export declare const CHANNEL_STATUS_ACTIVE = "ACTIVE"; export declare const CHANNEL_STATUS_INACTIVE = "INACTIVE"; export declare const CHANNEL_MEMBER_TYPE = "member_type"; export declare const CHANNEL_CUSTOMER_MEMBER_TYPE = "guest"; export declare const CHANNEL_AGENT_MEMBER_TYPE = "agent"; export declare const TELEMETRY_URL = "http://flex-sdk.twilio.com/v1/Telemetry/Events";