import type { RuntimeDelegationGuardrailEvaluation, RuntimeExecutionAdapter } from "./types.js"; export declare function qualityWarningLines(warnings: string[]): string[]; export declare function toolPermissionLines(runtime: RuntimeExecutionAdapter): string[]; export declare function parentRuntimeActionLines(mode: RuntimeExecutionAdapter["subagents"]["spawn"]["mode"], tool: string | null): string[]; export declare function guardrailLines(evaluation: RuntimeDelegationGuardrailEvaluation): string[];