import { EventChannel } from 'redux-saga'; import { ErrorCode } from 'decentraland-transactions'; export declare function toastSaga(): Generator, void, unknown>; export declare function createMetaTransactionsErrorChannel(): EventChannel; export declare function watchMetaTransactionErrors(): Generator | import("redux-saga/effects").CallEffect> | import("redux-saga/effects").ChannelTakeEffect, void, EventChannel & ErrorCode>; export declare function handleMetaTransactionError(code: ErrorCode): Generator; position: import("decentraland-ui").ToastPosition | undefined; }>>, void, unknown>;