import { Provider } from '@angular/core';
/**
 * Provides a map for injectors with providers
 *
 * @internal
 */
export declare const INJECTOR_MAP_PROVIDERS: Provider[];
