import { ConfigOptions } from './types'; declare global { interface Window { __squatchjsNamespace?: string; _squatch?: { ready: any[]; }; impactOnReady?: () => {}; squatchOnReady?: () => {}; squatch: any; widgetIdent: any; squatchTenant: string; squatchToken: string; squatchConfig: Omit; impactToken: string; impactConfig: Omit; } } /** @hidden */ export default function asyncLoad(): void;