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