import { Tree } from '@nx/devkit';
import { AggregatedLog } from '@nx/devkit/internal';
export declare function updateNextConfig(tree: Tree, updatedConfigFileContents: string, project: {
projectName: string;
root: string;
}, migrationLogs: AggregatedLog): void;