import type { ToolsServerPaths } from "@argent/tools-client"; export declare function findStablePackageDir(startDir: string, packageRoot: string): string | undefined; export declare const BUNDLED_RUNTIME_PATHS: ToolsServerPaths;