/** * Code generation for TestDriver test files * Generates code snippets for inline responses */ /** * Generate code for a single action (for inline responses) * Returns the code snippet that the agent should append to their test file */ export declare function generateActionCode(action: string, args: Record, result?: Record): string;