/** * Property decorator to sanitize and normalize image URLs. * Trims extra spaces and optionally applies transformation logic like CDN rewriting. * * @returns {PropertyDecorator} - Transforms a string input into a cleaned image URL. */ export declare function ImageUrlTransform(): PropertyDecorator;