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