EnvironmentConfig: Readonly<{
    dpapiUrl: string;
    gqlUrl: string;
    storagePrefix: string;
    wsUrl: string;
}>