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