import { ServiceScope } from '@microsoft/sp-core-library'; import type { _IODataPageContextInfo } from '@microsoft/sp-odata-types'; import type { IClientSideComponentManifest } from '@microsoft/sp-module-interfaces'; /** * Create a root service scope and initialize with SPFx services: * - PageContext * - DynamicDataManager * - HttpClient * - SPHttpClient * - GraphHttpClientContext * - DigestCache * * @param pageContext - the current SPPageContext * * @returns - the root scope */ export declare function createRootScope(pageContext: _IODataPageContextInfo, clientSideApplicationManifest?: IClientSideComponentManifest): ServiceScope; //# sourceMappingURL=createRootScope.d.ts.map