import { Runtype } from './runtype'; /** * A boolean. */ export declare function boolean(): Runtype;