import { ImportBase, ImportOptions } from './base';
import { ImportSpec } from '../config';
export declare function importDispatch(imports: ImportSpec[], argv: any, options: ImportOptions): Promise<void>;
export declare function matchImporter(importSpec: ImportSpec, argv: any): Promise<ImportBase>;
