export declare type CollectionSizeErrorReason = 'TOO_LARGE' | 'UNKNOWN';
