import { CompileTree, Leaf } from '../compileTree'; export declare function getDependencyPaths(fileContent: string, macroFolders: string[], macroCorePath: string, compileTree?: CompileTree, leaf?: Leaf): Promise;