import { INewUserAPI } from './interfaces'; export declare const apiHost: string; export declare const apiUser: INewUserAPI; export declare const botUser: INewUserAPI; export declare const mockUser: INewUserAPI; export declare const botRooms: string[];