import * as _polkadot_keyring_types_js from '@polkadot/keyring/types.js';

declare const ALITH_ADDRESS = "0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac";
declare const ALITH_PRIVATE_KEY = "0x5fb92d6e98884f76de468fa3f6278f8807c48bebc13595d45af5bdc4da702133";
declare const ALITH_SESSION_ADDRESS = "0xd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d";
declare const ALITH_CONTRACT_ADDRESSES: string[];
declare const BALTATHAR_ADDRESS = "0x3Cd0A705a2DC65e5b1E1205896BaA2be8A07c6e0";
declare const BALTATHAR_PRIVATE_KEY = "0x8075991ce870b93a8870eca0c0f91913d12f47948ca0fd25b49c6fa7cdbeee8b";
declare const BALTATHAR_SESSION_ADDRESS = "0x8eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a48";
declare const CHARLETH_ADDRESS = "0x798d4Ba9baf0064Ec19eB4F0a1a45785ae9D6DFc";
declare const CHARLETH_PRIVATE_KEY = "0x0b6e18cafb6ed99687ec547bd28139cafdd2bffe70e6b688025de6b445aa5c5b";
declare const CHARLETH_SESSION_ADDRESS = "0x90b5ab205c6974c9ea841be688864633dc9ca8a357843eeacf2314649965fe22";
declare const DOROTHY_ADDRESS = "0x773539d4Ac0e786233D90A233654ccEE26a613D9";
declare const DOROTHY_PRIVATE_KEY = "0x39539ab1876910bbf3a223d84a29e28f1cb4e2e456503e7e91ed39b2e7223d68";
declare const ETHAN_ADDRESS = "0xFf64d3F6efE2317EE2807d223a0Bdc4c0c49dfDB";
declare const ETHAN_PRIVATE_KEY = "0x7dce9bc8babb68fec1409be38c8e1a52650206a7ed90ff956ae8a6d15eeaaef4";
declare const FAITH_ADDRESS = "0xC0F0f4ab324C46e55D02D0033343B4Be8A55532d";
declare const FAITH_PRIVATE_KEY = "0xb9d2ea9a615f3165812e8d44de0d24da9bbd164b65c4f0573e1ce2c8dbd9c8df";
declare const GOLIATH_ADDRESS = "0x7BF369283338E12C90514468aa3868A551AB2929";
declare const GOLIATH_PRIVATE_KEY = "0x96b8a38e12e1a31dee1eab2fffdf9d9990045f5b37e44d8cc27766ef294acf18";
declare const GERALD_ADDRESS = "0x6Be02d1d3665660d22FF9624b7BE0551ee1Ac91b";
declare const GERALD_PRIVATE_KEY = "0x99B3C12287537E38C90A9219D4CB074A89A16E9CDB20BF85728EBD97C343E342";
declare const GERALD_CONTRACT_ADDRESSES: string[];
declare const ALITH_GENESIS_FREE_BALANCE: bigint;
declare const ALITH_GENESIS_LOCK_BALANCE: bigint;
declare const ALITH_GENESIS_RESERVE_BALANCE: bigint;
declare const ALITH_GENESIS_TRANSFERABLE_BALANCE: bigint;
declare const alith: _polkadot_keyring_types_js.KeyringPair;
declare const baltathar: _polkadot_keyring_types_js.KeyringPair;
declare const charleth: _polkadot_keyring_types_js.KeyringPair;
declare const dorothy: _polkadot_keyring_types_js.KeyringPair;
declare const ethan: _polkadot_keyring_types_js.KeyringPair;
declare const faith: _polkadot_keyring_types_js.KeyringPair;
declare const goliath: _polkadot_keyring_types_js.KeyringPair;
declare const gerald: _polkadot_keyring_types_js.KeyringPair;
declare function generateKeyringPair(type?: "ethereum" | "sr25519" | "ed25519"): _polkadot_keyring_types_js.KeyringPair;

export { ALITH_ADDRESS, ALITH_CONTRACT_ADDRESSES, ALITH_GENESIS_FREE_BALANCE, ALITH_GENESIS_LOCK_BALANCE, ALITH_GENESIS_RESERVE_BALANCE, ALITH_GENESIS_TRANSFERABLE_BALANCE, ALITH_PRIVATE_KEY, ALITH_SESSION_ADDRESS, BALTATHAR_ADDRESS, BALTATHAR_PRIVATE_KEY, BALTATHAR_SESSION_ADDRESS, CHARLETH_ADDRESS, CHARLETH_PRIVATE_KEY, CHARLETH_SESSION_ADDRESS, DOROTHY_ADDRESS, DOROTHY_PRIVATE_KEY, ETHAN_ADDRESS, ETHAN_PRIVATE_KEY, FAITH_ADDRESS, FAITH_PRIVATE_KEY, GERALD_ADDRESS, GERALD_CONTRACT_ADDRESSES, GERALD_PRIVATE_KEY, GOLIATH_ADDRESS, GOLIATH_PRIVATE_KEY, alith, baltathar, charleth, dorothy, ethan, faith, generateKeyringPair, gerald, goliath };
