/** * Save base64 image to disk and return the file path */ export declare function saveBase64Image(base64Url: string, agentId: string, index?: number): Promise; /** * Delete a specific image file */ export declare function deleteImage(filepath: string): void;