import { Dependency } from '../types';
export declare function parse(fileContent: any, tree: any): Dependency[];
