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