export declare enum TransactionDescriptionKind { /** trans_ord$0000 */ ORDINARY = 0, /** trans_storage$0001 */ STORAGE = 1, /** trans_tick_tock$001 */ TICK_TOCK = 1, /** trans_split_prepare$0100 */ SPLIT_PREPARE = 4, /** trans_split_install$0101 */ SPLIT_INSTALL = 5, /** trans_merge_prepare$0110 */ MERGE_PREPARE = 6, /** trans_merge_install$0111 */ MERGE_INSTALL = 7 } //# sourceMappingURL=TransactionDescriptionKind.d.ts.map