import type { DevToolsPath } from "../types"; export declare function createPath(opts: { cwd?: () => string; }): DevToolsPath;