declare global { interface Window { DEVI_BOT_API_URL: string; } } export declare const chatApiRequest: (url: string, data?: any) => Promise;