The user should be able to create an exchange of custom type ```typescript const exchange = await connection.declareExchange("custom-typed-exchange", { type: "x-delayed-message", arguments: { "x-delayed-type": "direct" } } ) ```