import type { Abi } from "abitype"; import type { BaseTransactionOptions } from "../transaction/types.js"; export type Extension = (options: BaseTransactionOptions) => Promise; //# sourceMappingURL=types.d.ts.map