import type { ToolDefinition } from "@empiricalrun/shared-types/chat-agent"; import { z } from "zod"; export declare const PublishMarkdownReportInputSchema: z.ZodObject<{ markdown: z.ZodString; slack_message: z.ZodOptional; }, z.core.$strip>; export declare const publishMarkdownReportDefinition: ToolDefinition; //# sourceMappingURL=publish-markdown-report.d.ts.map