import { ImpulseParams, ImpulseRoot } from './app'; declare global { interface Window { IMPULSE_RUN: typeof run; } } declare function run(params?: ImpulseParams): void; export { run, ImpulseRoot }; //# sourceMappingURL=index.d.ts.map