import { DepTree } from './types';
export declare function getDepTree(root: string, targetFile: string): Promise<DepTree>;
