import { Network } from 'ethers'; import { SdkConfig } from '../sdk'; /** Function for converting internal `SafeBlock` network names to `ethers`-compatible names */ export declare function safeblockToNetworkMap(config: SdkConfig): Map; /** Function to convert `ethers`-compatible names to internal names of `SafeBlock` networks */ export declare function networkToSafeblockMap(config: SdkConfig): Map;