import type { SendSmartTxDeps, SendSmartTransactionFn } from "./types"; export declare const makeSendSmartTransaction: ({ raw, rpcSubscriptions, createSmartTransaction, }: SendSmartTxDeps) => { send: SendSmartTransactionFn; }; //# sourceMappingURL=sendSmartTransaction.d.ts.map