import { TReferenceProps } from '../../..'; import { IStringProps, TStringValidatorResult } from '../_types'; export interface IContainsMultibyteCharsProps { } /** * Check if the string contains one or more multibyte chars. */ export declare const containsMultibyteChars: (props?: TReferenceProps & IStringProps) => TStringValidatorResult;