import { type SendTransactionWithSenderFn, type SendSmartTxSenderDeps } from "./types"; export declare const makeSendTransactionWithSender: (deps: SendSmartTxSenderDeps) => { send: SendTransactionWithSenderFn; }; //# sourceMappingURL=sendTransactionWithSender.d.ts.map