declare global { interface Window { timeoutList: any; csrf: string; timeout: (uniqueId: string, callback: any, time?: number) => void; } } export {};