import { Tree } from '@nx/devkit'; interface MigrationReport { nextSteps: string[]; agentContext: string[]; } export default function addMigrateAdvisoryLock(tree: Tree): Promise; export {};