import { Rule } from '@angular-devkit/schematics';
import { type SetupDependenciesOptions } from '@o3r/schematics';
import { WorkspaceProject } from '@o3r/schematics';
/**
 * Add Redux Store support
 * @param options @see RuleFactory.options
 * @param options.projectName
 * @param options.workingDirector
 * @param options.dependenciesSetupConfig
 * @param options.exactO3rVersion
 * @param projectType
 */
export declare function updateStore(options: {
    projectName?: string | undefined;
    workingDirector?: string | undefined;
    dependenciesSetupConfig: SetupDependenciesOptions;
    exactO3rVersion?: boolean;
}, projectType?: WorkspaceProject['projectType']): Rule;
//# sourceMappingURL=index.d.ts.map