export declare function isclose(a: number | string, b: number | string, relTol?: number | string, absTol?: number | string): boolean;