import { Environment, BridgeConfig } from '../types/config.js'; /** * Get the config for working with either mainnet or testnet blockchains. */ declare function fetchConfig(env?: Environment): Promise; export { fetchConfig };