import { CompileTree, SASJsFileType, Target } from '@sasjs/utils';
export declare function loadDependencies(target: Target, filePath: string, macroFolders: string[], programFolders: string[], type: SASJsFileType, compileTree: CompileTree): Promise<string>;
export declare const getCompileTree: (target: Target) => CompileTree;
