/** * Default patform providers for testing without a compiler. */ export declare const TEST_BROWSER_STATIC_PLATFORM_PROVIDERS: Array; export declare const ADDITIONAL_TEST_BROWSER_PROVIDERS: Array; /** * Default application providers for testing without a compiler. */ export declare const TEST_BROWSER_STATIC_APPLICATION_PROVIDERS: Array;