import { ImportType } from '../config/ImportType';
import { ImportStrategy } from './ImportStrategy';
export declare const getStrategyByType: (type: ImportType) => ImportStrategy;
