import { InjectionToken } from '@angular/core';
/**
 * @see StateContextFactory as it's referenced by this token to be accessed by plugins internally
 */
export declare const NGXS_STATE_CONTEXT_FACTORY: InjectionToken<any>;
/**
 * @see StateFactory as it's referenced by this token to be accessed by plugins internally
 */
export declare const NGXS_STATE_FACTORY: InjectionToken<any>;
