import type { Transaction } from "@solana/web3.js"; /** * Calculates transaction size. If the transaction is too large, it does not throw. * @param tx * @returns */ export declare const calculateTxSizeUnsafe: (tx: Transaction) => number; //# sourceMappingURL=txSizer.d.ts.map