import { BotJetSDKCommon } from './botjet.common'; import { BotJetConfig } from "."; export declare class BotJetSDK extends BotJetSDKCommon { static launchChatWithConfig(config: BotJetConfig): void; }