import { FactoryProvider, InjectionToken, ValueProvider } from "@angular/core"; import { NcrContentfulConfig } from "./ncr-contentful-config.token"; export declare let STATIC_CONFIG_DO_NOT_USE_EXTERNALLY: NcrContentfulConfig; export declare const NCR_CONTENTFUL_CONFIG: InjectionToken; export declare function provideConfiguration(partialConfig: Partial): ValueProvider; export declare const configProvider: FactoryProvider;