import type { RuntimePaths } from "./types.mjs"; export declare function resolveOkstraHome(): string; export declare function resolvePaths(): Promise; export declare function buildPythonpath(paths: RuntimePaths): string;