import { TReferenceProps } from '../../..'; import { IStringProps, TStringValidatorResult } from '../_types'; export interface IIsMD5Props { } /** * Check if the string is a MD5 hash. */ export declare const isMD5: (props?: TReferenceProps & IStringProps) => TStringValidatorResult;