import { ValidationRule } from '../types/index.js'; /** * @file Check to see if a value is typeof string * @author Nick Krause * @license MIT */ declare const isString: ValidationRule; export { isString };