import { TypeGuard } from '../types'; export declare const isBoolean: (value: T) => value is TypeGuard;