/** * A representation of a `ControllerRouting` class, without methods. */ export interface ControllerRoutingClass { new (): {}; }