export * from './private_export_testing'; /** * Default platform providers for testing. * * @stable */ export declare const TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS: Array; /** * Default application providers for testing. * * @stable */ export declare const TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS: Array;