import { TestSetup } from '../models/test-setup';
export declare const injectRootProviders: (setup: TestSetup<any>) => void;
