import { fn as CliBackendConfig } from "./types.openclaw-DH5a2ppk.js"; import { Ba as CliBackendResolveExecutionArgsContext, Fa as CliBackendNormalizeConfigContext, Ha as CliBackendThinkingLevel, Ia as CliBackendPlugin, La as CliBackendPrepareExecutionContext, Ma as CliBackendAuthEpochMode, Na as CliBackendExecutionMode, Pa as CliBackendNativeToolMode, Ra as CliBackendPreparedExecution, Va as CliBackendSideQuestionToolMode, za as CliBackendResolveExecutionArgs } from "./types-DIBfaBvi.js"; //#region src/agents/cli-watchdog-defaults.d.ts declare const CLI_FRESH_WATCHDOG_DEFAULTS: { readonly noOutputTimeoutRatio: 0.8; readonly minMs: 180000; readonly maxMs: 600000; }; declare const CLI_RESUME_WATCHDOG_DEFAULTS: { readonly noOutputTimeoutRatio: 0.3; readonly minMs: 60000; readonly maxMs: 180000; }; //#endregion export { CLI_FRESH_WATCHDOG_DEFAULTS, CLI_RESUME_WATCHDOG_DEFAULTS, type CliBackendAuthEpochMode, type CliBackendConfig, type CliBackendExecutionMode, type CliBackendNativeToolMode, type CliBackendNormalizeConfigContext, type CliBackendPlugin, type CliBackendPrepareExecutionContext, type CliBackendPreparedExecution, type CliBackendResolveExecutionArgs, type CliBackendResolveExecutionArgsContext, type CliBackendSideQuestionToolMode, type CliBackendThinkingLevel };