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