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