import type { CliRunResult } from "./bearshell.js"; export declare function languageUsage(invocation?: string): string; export declare function runLanguageCommand(args: readonly string[], invocationName?: string): CliRunResult;