/**
 * 获取依赖列表
 * @param dir 目录
 * @returns dependenciesList
 */
export declare function getDeps(dir: string): string[];
