import type { ControllerDecorator } from './interfaces/index.js'; /** * Changes the path of a controller class. * @param path The new path to assign. */ export declare function ControllerPath(path: string): ControllerDecorator;