import { Config } from '../../../model/config';
export declare class ProviderRegistrar {
    static register(config: Config): void;
}
