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