import { TReferenceProps } from '../../..'; import { IStringProps, TStringValidatorResult } from '../_types'; export interface IIsLowercaseProps { } /** * Check if the string is lowercase. */ export declare const isLowercase: (props?: TReferenceProps & IStringProps) => TStringValidatorResult;