import type { CommandRunner, PythonCommandSpec } from "./types.mjs"; export declare function makePythonRunner(name: string, spec: PythonCommandSpec): CommandRunner;