import { type ShellExecutable } from "./builtins/shellCommandPreparation.js"; export declare function buildRuntimeEnvironmentPrompt(platform?: NodeJS.Platform, release?: string, shell?: ShellExecutable): string;