export interface ImageDimensionsValidationResult { isValid: boolean; errors: string[]; }