export declare const ONE_MINUTE: number; export declare const ONE_HOUR: number; export declare const ONE_DAY: number; export declare const ONE_WEEK: number; export declare const ONE_MONTH: number; export declare const MODULE_AUTO_INVEST = "auto_invest"; export declare const MODULE_PLAN_QUERY = "plan_query"; export declare const MAPPING_PACKAGE_ID: { testnet: string; mainnet: string; }; export declare const MAPPING_INVESTMENT_OBJECT_ID: { testnet: string; mainnet: string; }; export declare const FLOAT_SCALING = 1000000000;