import type { InitialAPI } from './api'; declare global { interface Window { midnight?: { [key: string]: InitialAPI; }; } } //# sourceMappingURL=globals.d.ts.map