/// import { ISerberPlugin } from '@berish/serber'; import { BufferTypeEnum } from './helper'; import { IPrint, PrintTypeEnum } from '../abstract'; export declare type IBuffer = Buffer | ArrayBuffer | SharedArrayBuffer | Uint8Array | Uint16Array | Uint32Array; export interface IBufferPrint extends IPrint { bufferType: BufferTypeEnum; data: Uint8Array; } export declare const bufferToBufferPrintPlugin: ISerberPlugin; //# sourceMappingURL=plugin.d.ts.map