import { providers } from 'near-api-js'; import { Provider } from 'near-api-js/lib/providers'; export declare const wait: (timeout: number) => Promise; export declare const waitTransactionResult: (txHash: string, accountId: string, provider: Provider) => Promise;