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