export default class ErrorHandler extends Error {
    constructor(message: string, hexCode?: string);
}
