import type { Cell } from "./notebook.js"; export declare function isInterpreter(mode: Cell["mode"]): boolean; export declare function getInterpreterExtension(format: Cell["format"]): string; export declare function getInterpreterMethod(format: Cell["format"]): string;