/**
 * Providers for using template cache to avoid actual XHR.
 * Re-exported here so that tests import from a single place.
 */
export { CACHED_TEMPLATE_PROVIDER } from 'angular2/platform/browser';
/**
 * Default platform providers for testing.
 */
export declare const TEST_BROWSER_PLATFORM_PROVIDERS: Array<any>;
/**
 * Default application providers for testing.
 */
export declare const TEST_BROWSER_APPLICATION_PROVIDERS: Array<any>;
