import { utils } from 'ethers'; export declare const TEST_ACCOUNT_ADDRESS = "0x0000000000000000000000000000000000000001"; export declare const TEST_KEY = "0x5000000000000000000000000000000000000005"; export declare const TEST_KEY2 = "0x6000000000000000000000000000000000000006"; export declare const TEST_CONTRACT_ADDRESS = "0xd9822CF2a4C3AccD2AF175A5dF0376D46Dcb848d"; export declare const TEST_PRIVATE_KEY = "0x63f01680950dc70f2eb8f373de0c360fcbb89ef437f2f6f2f0a1797979e490a4"; export declare const TEST_MESSAGE_HASH = "0x06c81cd35a49c66824bc0b84bff850d1a2a56a09260c6fd332ee22a8b15fc9ca"; export declare const TEST_TRANSACTION_HASH = "0x06c81cd35a49c66824bc0b84bff850d1a2a56a09260c6fd332ee22a8b15fc9ca"; export declare const TEST_SIGNATURE_KEY_PAIRS: { key: string; signature: string; }[]; export declare const testJsonRpcUrl = "http://localhost:8545"; export declare const TEST_GAS_PRICE = "1"; export declare const TEST_GAS_LIMIT = 200000; export declare const TEST_OVERRIDES_FOR_REVERT: { gasLimit: number; }; export declare const TEST_EXECUTION_OPTIONS: { gasPrice: string; gasLimit: number; gasToken: string; }; export declare const TEST_APPLICATION_INFO: { applicationName: string; logo: string; type: string; }; export declare const TEST_DEVICE_INFO: { os: string; platform: string; city: string; ipAddress: string; time: string; browser: string; applicationName: string; logo: string; type: string; }; export declare const TEST_TOKEN_ADDRESS = "0x490932174cc4B7a0f546924a070D151D156095f0"; export declare const TEST_SAI_TOKEN_ADDRESS = "0x05b954633faf5ceeecdf945c13ad825faabbf66f"; export declare const TEST_TOKEN_DETAILS: { address: string; symbol: string; name: string; }[]; export declare const TEST_GAS_MODES: { name: string; usdAmount: string; gasOptions: { gasPrice: utils.BigNumber; token: { address: string; symbol: string; name: string; }; }[]; }[]; export declare const TEST_SDK_CONFIG: { authorizationsObserverTick: number; balanceObserverTick: number; priceObserverTick: number; mineableFactoryTick: number; mineableFactoryTimeout: number; }; //# sourceMappingURL=test.d.ts.map