/** * Returns `true` if the provided value is a boolean value. * @param v Arbitrary value. */ export declare function isBoolean(v?: any): boolean; //# sourceMappingURL=is-boolean.d.ts.map