import { BehaviorSubject } from 'rxjs';
import { PlainObject } from '@ngxs/store/internals';
/**
 * BehaviorSubject of the entire state.
 * @ignore
 */
export declare class StateStream extends BehaviorSubject<PlainObject> {
    constructor();
}
