/**
 * Check if value is finite
 */
declare function isFinite(val: any): boolean;
export default isFinite;
