import { TxData } from '../../schema/types.js';
export declare function decodeTx(bytes: string | Uint8Array): TxData;
//# sourceMappingURL=decode.d.ts.map