export declare const formatAddress: (address?: string, offset?: number) => string; export declare const formatAmount: (amount: number | string) => string; export declare const maxDecimals: (num: number | string, decPlaces?: number, method?: "round" | "floor" | "ceil") => number; export declare const formatHumanAmount: (amount: number | string, decPlaces?: number) => string;