import type { AdapterExecutionContext, AdapterExecutionResult } from "@paperclipai/adapter-utils"; /** * Run one heartbeat turn through OpenRouter. * * Streams assistant tokens back to Paperclip via `ctx.onLog("stdout", chunk)` * so the UI shows progress in real time. Falls back to a non-streaming * request if the upstream replies with a non-stream content type. */ export declare function execute(ctx: AdapterExecutionContext): Promise; //# sourceMappingURL=execute.d.ts.map