/** * * `chat` - Chat * * `api` - Api */ export declare enum InterfaceEnum { CHAT = "chat", API = "api" }