export declare const documentTools: { generatePdf: import("ai").Tool<{ title: string; content: string; expandWithAi?: boolean | undefined; audience?: string | undefined; filename?: string | undefined; }, { title: string; bytesEstimate: number; path: string; format: "pdf"; pageEstimate: number; }>; generateSlideDeck: import("ai").Tool<{ title: string; content: string; expandWithAi?: boolean | undefined; theme?: "light" | "dark" | "zilmate" | undefined; audience?: string | undefined; filename?: string | undefined; }, { title: string; hint: string; path: string; markdownPath: string; slideCount: number; format: "pptx"; }>; }; //# sourceMappingURL=documents.tool.d.ts.map