import type { ExactNumberType } from '../types'; export declare const asinh: (x: number | bigint | string | ExactNumberType, decimals: number) => ExactNumberType; export declare const acosh: (x: number | bigint | string | ExactNumberType, decimals: number) => ExactNumberType; export declare const atanh: (x: number | bigint | string | ExactNumberType, decimals: number) => ExactNumberType;