import { IFusionContext, ApiClients } from '@equinor/fusion'; declare global { interface Window { clientId: string; } } /** * @todo @odinr * this should be located somewhere else and better document * this also requires changes to the fusion api. * @WIP */ export declare const infoApi: { readonly context: IFusionContext; getClient(client: T): ApiClients[T]; };