import { DOn } from "./DOn"; import { InfosType } from "../.."; export declare class DCommandNotFound extends DOn { private _infos; get infos(): InfosType<{ [key: string]: any; }>; set infos(value: InfosType<{ [key: string]: any; }>); get description(): string; static createCommandNotFound(): DCommandNotFound; }