const controllerRegistry = new Set<{ new (): unknown }>();

export default controllerRegistry;
