export declare type RangeErrorReason = 'TOO_HIGH' | 'TOO_LOW' | 'UNKNOWN';
