/** * @author Leonid Vinikov */ import type { ControllerBase } from "../bases"; /** * @internal */ export declare class ControllerAlreadySet extends Error { constructor(controller: ControllerBase); }