/** * Converts the provided value to boolean. * @param v Arbitrary value. */ export declare function toBoolean(v?: any): any; //# sourceMappingURL=to-boolean.d.ts.map