export declare const STABLE_SHELL_TOOL_NAME: "bash"; export declare function getDefaultActiveToolNames(_platform?: NodeJS.Platform): readonly string[]; /** Current-process default tool request. */ export declare const DEFAULT_ACTIVE_TOOL_NAMES: readonly string[]; /** Map legacy/platform-specific shell and tool alias names to stable agent contracts. */ export declare function mapToolNamesForPlatform(names: readonly string[], _platform?: NodeJS.Platform): string[]; //# sourceMappingURL=default-tool-surface.d.ts.map