import { TReferenceProps } from '../../..'; import { IStringProps, TStringValidatorResult } from '../_types'; export interface IIsSemVerProps { } /** * Check if the string is a Semantic Versioning Specification (SemVer). */ export declare const isSemVer: (props?: TReferenceProps & IStringProps) => TStringValidatorResult;