import { providers } from 'ethers'; /** * @internal * @param ms * @returns */ export declare function sleep(ms: number): Promise; export declare const waitForTxReceipt: (provider: providers.Provider, txHash: string, txDescription?: string, maxAttempts?: number) => Promise; //# sourceMappingURL=utils.d.ts.map