import { EVCb } from "./index";
export declare const mapPaths: (searchRoots: string[], dirname: string, cb: EVCb<string[]>) => void;
