/** * Defines the different types a projection state can have. */ export declare enum CurrentStateType { /** * The state was created from the initial state. */ CreatedFromInitialState = 0, /** * The state was created from the persisted state. */ Persisted = 1 } //# sourceMappingURL=CurrentStateType.d.ts.map