import type { Tree } from './types.js'; export declare function resolveGitignore(tree: Tree): Promise;