/**
 * Adds text overlay to Cloudinary URL
 * @param originalUrl - The original Cloudinary URL
 * @param label - The label to overlay ("deepfake", "authentic", or other)
 * @returns The processed Cloudinary URL with text overlay
 * @throws Error if not a valid Cloudinary URL or invalid format
 */
declare function generateImageAnnotation(originalUrl: string, label: string): string;
export default generateImageAnnotation;
//# sourceMappingURL=generateImageAnnotation.d.ts.map