export default class ControllerLoader { static loadController(filePath: string): void; static loadControllerDir(dirPath: string): void; }