export declare function parseTransactionBytes(bytes: Uint8Array): any; export declare function parseOrderBytes(): void; export declare const parseTransferTx: (bytes: any) => any; export declare const parseTestTransferTx: (bytes: any) => any; export declare const parseLeaseTx: (bytes: any) => any; export declare const parseCancelLeaseTx: (bytes: any) => any; export declare const parseMassTransferTx: (bytes: any) => any; export declare const parseDataTx: (bytes: any) => any; export declare const parseSetScriptTx: (bytes: any) => any; export declare const parseAnchorTx: (bytes: any) => any;