export declare const convertToUnit: (amount: string | number, decimals: number) => string; export declare const scaleDownBy: (amount: string | number, decimals: number) => string; export declare const AddressOne = "0x0000000000000000000000000000000000000001";