import type { TransactionIntent, TxDataNotSupported } from '../api/types'; export declare function craftTransactionData(intent: TransactionIntent): TxDataNotSupported; //# sourceMappingURL=craftTransactionData.d.ts.map