import { Serber, plugins } from '@berish/serber'; export declare type InternalPluginsType = typeof internalPlugins; export declare const internalPlugins: { bufferToBufferPrintPlugin: import("@berish/serber").ISerberPlugin; peerDecoratorToResultPlugin: import("@berish/serber").ISerberPlugin, any, import("./peerDecoratorToResultPlugin/plugin").PeerDecoratorToResultPluginOptions>; classInstanceToClassPrintPlugin: import("@berish/serber").ISerberPlugin; functionToFunctionPrintPlugin: import("@berish/serber").ISerberPlugin; errorToErrorPrintPlugin: import("@berish/serber").ISerberPlugin; }; export declare const serberWithPlugins: Serber; //# sourceMappingURL=instances.d.ts.map