/** * @author Leonid Vinikov */ import type { CommandBase } from "../command-bases/command-base"; /** * @internal */ export declare class CommandAlreadyRegistered extends Error { constructor(command: typeof CommandBase); }