import type { AgentRuntime } from '../../providers/contract.js'; import type { RuntimeItemContext } from '../../runtime/types.js'; import type { TestState } from './state.js'; export declare function runtimeInput(runtime: AgentRuntime, context: RuntimeItemContext, state?: TestState): Promise; export declare function runtimeFollowupInput(runtime: AgentRuntime, activeContext: RuntimeItemContext, context: RuntimeItemContext, _state?: unknown): Promise; export declare function seedReminder(agentId: string, input: { instructions: string; reminderId: string; title: string; }): Promise; export declare function assertFollowupPrompt(prompt: string, expectedBody: string): void; export declare function providerSessionStartedPayload(turnId: string): Promise | undefined>; export declare function runtimeTestEnv(binDir: string, env?: Record): Record; //# sourceMappingURL=agent-runtime.d.ts.map