import { type Tree } from '@nx/devkit';
export default function updateSnapshotGuideLink(tree: Tree): Promise<void>;
