import { STRATEGY } from './global.d'; export declare function getDependency(strategy: STRATEGY, dependencies: T): (key: keyof T) => string; export declare function arr2str(arr: string[]): string; export declare function intersection(arr1: any[], arr2: any[]): any[];