/** * 对象类型判断 * @category Base */ export declare const isBoolean: (val: any) => val is K;