import { Rule } from '@angular-devkit/schematics';
/** Migration that ensures that we have correct Store modules set */
export declare function setupStoreModules(project: string): Rule;
