import { z } from "zod";
import { AgentActionDefinition } from "../../types";
export declare const generateCompleteActionWithOutputDefinition: (outputSchema: z.AnyZodObject) => AgentActionDefinition;
