import { Provider } from '@angular/core'; export * from './webpack-hmr'; export * from './hmr-decorator'; export * from './hmr-store'; export declare function provideHmrState(initialState?: {}): Array;