import { ComponentId } from '../annotation/component'; import { Provider } from './provider-protocol'; export declare namespace ProviderUtil { function get(componentId: ComponentId): Provider; } //# sourceMappingURL=provider-util.d.ts.map