export declare const FIO_TRANSACTION_ACTION_NAMES: { newfundsreq: string; recordobt: string; }; export declare const FIO_CHAIN_NAME = "FIO"; export declare const DEFAULT_TIMEOUT_OFFSET = "60000"; export declare const FIO_CHAIN_ID: { MAINNET: string; TESTNET: string; }; export declare const FIO_ENVIRONMENT_CHAIN_NAMES: { [x: string]: string; };