export declare type ImageDensity = 'ONE_TO_ONE' | 'THREE_TO_TWO' | 'TWO_TO_ONE' | 'UNKNOWN';
