export declare type StringFormatErrorReason = 'UNKNOWN' | 'ILLEGAL_CHARS' | 'INVALID_FORMAT';
