declare function isFinite(val: any): boolean;

export = isFinite;
