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