import type { ExactNumberType } from '../types'; export declare const atan: (value: number | bigint | string | ExactNumberType, decimals: number) => ExactNumberType; export declare const asin: (value: number | bigint | string | ExactNumberType, decimals: number) => ExactNumberType; export declare const acos: (value: number | bigint | string | ExactNumberType, decimals: number) => ExactNumberType;