import { ISerberPlugin } from '@berish/serber'; import { IPrint, PrintTypeEnum } from '../abstract'; export interface IErrorPrint extends IPrint { name: string; message: string; } export declare const errorToErrorPrintPlugin: ISerberPlugin; //# sourceMappingURL=plugin.d.ts.map