declare const errorConsole: (message: string, description: string) => string;
export { errorConsole };
