import { type AgentOpsRequest, type ResultItem } from './agent-ops-core.js'; export declare function runDemo(endpoint: string, request: AgentOpsRequest, now: () => Date, randomId: () => string): Promise<{ command: string; ok: boolean; checked_at: string; endpoint: string; steps: ResultItem[]; injection: { status: string; selected_count: number; summary_reused: boolean; }; guidance: import("./agent-ops-core.js").ReasonGuide[]; }>; //# sourceMappingURL=agent-ops-demo.d.ts.map