export declare const AppId: string | undefined; export declare const BotId: string | undefined; export declare const ApiToken: string | undefined; export declare const ApiHost: string; export declare const TestUrl: string; export declare const WidgetComponentIds: { WIDGET: string; WIDGET_BUTTON: string; MESSAGE_INPUT: string; SUGGESTED_REPLIES_OPTIONS: string; BUTTON: string; INPUT: string; CHIPS_CONTAINER: string; FORM: string; MARKDOWN: string; };