import { ValidInputTypes } from '../types.js'; export declare const isBoolean: (value: ValidInputTypes) => boolean;