export declare enum FeeGateCodes { None = "", BridgeTokenOut = "BridgeTokenOut", TransferToken = "TransferToken", SwapTokenRequest = "SwapTokenRequest", SwapTokenFill = "SwapTokenFill", BatchBridgeTokenIn = "BatchBridgeTokenIn", BatchFillTokenSwap = "BatchFillTokenSwap", BatchMintToken = "BatchMintToken", BurnTokens = "BurnTokens", HighThroughputMintRequest = "HighThroughputMintRequest", HighThroughputMintFulfill = "HighThroughputMintFulfill", HighThroughputMintAllowanceRequest = "HighThroughputMintAllowanceRequest", HighThroughputMintAllowanceFulfill = "HighThroughputMintAllowanceFulfill", MintToken = "MintToken", MintTokenWithAllowance = "MintTokenWithAllowance", RequestTokenBridgeOut = "RequestTokenBridgeOut", TerminateTokenSwap = "TerminateTokenSwap", SimpleFee = "SimpleFee", NftCollectionAuthorization = "NftCollectionAuthorization", CreateNftCollection = "CreateNftCollection" } //# sourceMappingURL=FeeGateCodes.d.ts.map