import type { RuntimePathContext } from "./types.js"; export declare function createMountedRuntimePathContext(hostWorkspaceRoot: string, runtimeWorkspaceRoot: string): RuntimePathContext; //# sourceMappingURL=path-context.d.ts.map