import { Rule } from '@angular-devkit/schematics';
/** Migration which ensures the spartacus features are being correctly set up */
export declare function setupSpartacusFeaturesModule(project: string): Rule;
