import { Spec } from './types.js'; /** String validator spec. */ export declare const string: Spec<['string'], 'validator', string>;