import { ICliCommandProcessor, ICliServiceProvider, ICliStateStore } from '@qodalis/cli-core';
import * as i0 from "@angular/core";
export declare class CliStateStoreManager {
    private readonly services;
    private stores;
    constructor(services: ICliServiceProvider);
    getStateStore(name: string, defaultState?: Record<string, any>): ICliStateStore;
    getProcessorStateStore(processor: ICliCommandProcessor): ICliStateStore;
    static ɵfac: i0.ɵɵFactoryDeclaration<CliStateStoreManager, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<CliStateStoreManager>;
}
