import type { RuntimeDriverName } from "./types.js"; export declare const RUNTIME_DRIVER_ENV = "PI_CLAUDE_RUNTIME_DRIVER"; export declare function parseRuntimeDriverName(value: unknown): RuntimeDriverName | undefined; export declare function resolveRuntimeDriverFromEnv(env?: Record): RuntimeDriverName | undefined;