import type { CreateSmartTxDeps, CreateSmartTxInput, CreateSmartTxResult } from "./types"; export declare const makeCreateSmartTransaction: ({ raw, getComputeUnits, getPriorityFeeEstimate, }: CreateSmartTxDeps) => { create: ({ signers, instructions, version, priorityFeeCap, minUnits, bufferPct, commitment, feePayer, }: CreateSmartTxInput) => Promise; }; //# sourceMappingURL=createSmartTransaction.d.ts.map