import { Client } from "discord.js"; export declare class ConstaticError extends Error { readonly code: string; constructor(code: string, message: string); } export declare class Errors { static tokenNotProvided(): ConstaticError; } export declare class RunBlockError { } export declare function baseErrorHandler(error: any, client?: Client): Promise;