import type { NodePath } from 'ast-types/lib/node-path';
import { Importer } from '../parse';
export default function makeFsImporter(lookupModule?: (filename: string, basedir: string) => string, cache?: Map<string, NodePath>): Importer;
