import { Tree } from '@nx/devkit';
import { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
export declare function updateNextConfig(tree: Tree, updatedConfigFileContents: string, project: {
    projectName: string;
    root: string;
}, migrationLogs: AggregatedLog): void;
//# sourceMappingURL=update-next-config.d.ts.map