import { OpaqueToken } from 'angular2/core'; export declare const WEBPACK_HMR: OpaqueToken; export declare class WebpackStore { static _state: {}; static _states: any[]; constructor(state?: any); static set(prop: any, value: any): any; static get(prop: any): any; static select(name: any, getState: any): any; static dispose(): void; get(prop: any): any; set(prop: any, value: any): any; select(name: any, getState: any): any; dispose(): void; getState(): any; toJSON(): any; }