export interface CosmosGlobals { } declare global { interface Window { cosmos: CosmosGlobals; } } //# sourceMappingURL=init.d.ts.map