import type { MediaType } from "../../types.js";
export declare function ingestImage(filePath: string, investigation: string, entityId?: string, contentId?: string, imgType?: MediaType, notes?: string): Promise<string | null>;
//# sourceMappingURL=image.d.ts.map