import type { Cell } from "../lib/notebook.js"; export declare function getInterpreterCachePath(sourcePath: string, interpreter: string, format: Cell["format"], input: string): Promise; export declare function getInterpreterCommand(interpreter: string): [command: string, args: string[]];