import { ProjectConfiguration, Tree } from '@nx/devkit'; export declare function maybeExtractTsConfigBase(tree: Tree): void; export declare function maybeExtractJestConfigBase(tree: Tree): Promise; export declare function maybeMigrateEslintConfigIfRootProject(tree: Tree, rootProject: ProjectConfiguration): void; //# sourceMappingURL=extract-base-configs.d.ts.map