import { ValueProvider, FactoryProvider } from './interface';
export declare const PROVIDER_FACTORIES_TOKEN = "__provider_factories__";
export declare function registValue(provider: ValueProvider): void;
export declare function registFactory(provider: FactoryProvider): void;