import { Provider, TxData } from 'ethereum-types'; export interface GlobalContracts { global: { etherToken: string; }; } export declare function runMigrationsAsync(_contractAddresses: any, provider: Provider, txDefaults: Partial): Promise;