export declare const imageIntelligenceTools: { removeBackground: import("ai").Tool<{ imagePath: string; outputFileName?: string | undefined; }, { inputPath: string; outputPath: string; format: string; status: string; }>; }; //# sourceMappingURL=image-intelligence.tool.d.ts.map