export declare function trimZeros(value: string): string; declare const isBigNumber: (value: any) => boolean; export default isBigNumber;