import { z } from "zod"; export declare function directToolOutputSchema(toolName: string): z.ZodType;