type Call = { method: string; url: string; data?: any; config?: any; }; declare let calls: Call[]; declare const createBot: any; declare const UserId: any;