import { TReferenceProps } from '../../..'; import { IStringProps, TStringValidatorResult } from '../_types'; export interface IContainsHalfWidthCharsProps { } /** * Check if the string contains any half-width chars. */ export declare const containsHalfWidthChars: (props?: TReferenceProps & IStringProps) => TStringValidatorResult;