/** class representing a CommandDisabledError */ export declare class CommandDisabledError extends Error { constructor(err: string); }