import { Tree } from '@nx/devkit'; export declare function mergeYaml(tree: Tree, filePath: string, newContent: string): void;