/** * This is auto-generated file, don't modify this file manually */ /** * Photo's type. */ export declare type PhotosImageType = 's' | 'm' | 'x' | 'l' | 'o' | 'p' | 'q' | 'r' | 'y' | 'z' | 'w' | 'base';