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