import { Provider, TxData } from 'ethereum-types'; export declare function runMigrationsAsync(provider: Provider, txDefaults: Partial): Promise<{}>;