Hi. You will be able to do whatever you want as it will be an export you make so for example this might look like this (not actually the final form but you get the idea)
const { coreApi } = require(‘strapi’)
module.exports = {
controllers: {
myController: coreApi.createController(model)
}
}