import { Address } from '../config';
import { Abi } from '../types';
import type { NetworkSymbol } from './networks';
export declare type GetAbi = (network: NetworkSymbol, address: Address) => Promise<Abi>;
