interface GenerateImageArgs { imageProviderId: string; prompt: string; folder?: string; filename?: string; aspectRatio?: string; size?: string; quality?: string; outputFormat?: string; } export declare function toolGenerateImage(docsPath: string, args: GenerateImageArgs): Promise<{ content: { type: "text"; text: string; }[]; }>; export {}; //# sourceMappingURL=images.d.ts.map