import { TReferenceProps } from '../../..'; import { IStringProps, TStringValidatorResult } from '../_types'; export interface IIsSlugProps { } /** * Check if the string is of type slug. */ export declare const isSlug: (props?: TReferenceProps & IStringProps) => TStringValidatorResult;