import { Rule } from '@angular-devkit/schematics';
import { type SetupDependenciesOptions } from '@o3r/schematics';
/**
 * Add additional modules for dev only
 * @param options @see RuleFactory.options
 * @param options.projectName
 * @param options.workingDirectory the directory where to execute the rule factory
 * @param dependenciesSetupConfig
 */
export declare function updateAdditionalModules(options: {
    projectName?: string | undefined;
    workingDirectory?: string | undefined;
}, dependenciesSetupConfig: SetupDependenciesOptions): Rule;
//# sourceMappingURL=index.d.ts.map