export declare type StringLengthErrorReason = 'TOO_LONG' | 'TOO_SHORT' | 'UNKNOWN';
