import type { VisionProvider } from '../types/Providers.js'; import { FileService } from '../services/FileService.js'; import type { Config } from '../types/Config.js'; import type { ObjectDetectionArgs, ObjectDetectionResponse } from '../types/ObjectDetection.js'; export type { ObjectDetectionArgs } from '../types/ObjectDetection.js'; export declare function detect_objects_in_image(args: ObjectDetectionArgs, config: Config, imageProvider: VisionProvider, imageFileService: FileService): Promise; //# sourceMappingURL=detect_objects_in_image.d.ts.map