export declare enum OperationRestrictionFlag { /** * Allow only outgoing transactions with a given transaction type. */ AllowOutgoingTransactionType = 16388, /** * Block outgoing transactions with a given transaction type. */ BlockOutgoingTransactionType = 49156 }