import { Effect } from "effect"; import type { PublicClientServiceShape } from "../core/index.js"; import { SubscriptionDroppedError, SubscriptionNotSupportedError } from "./errors.js"; export declare function watchPendingTransactions(publicClientService: PublicClientServiceShape, params: { chainId: number; pollingInterval?: number; }): Effect.Effect, import("../core/index.js").ClientNotFoundError | SubscriptionNotSupportedError, never>; //# sourceMappingURL=pending-tx.d.ts.map