export declare type RequiredCollectionErrorReason = 'REQUIRED' | 'TOO_LARGE' | 'TOO_SMALL' | 'UNKNOWN';
