/// declare function toHuman(buffer: Buffer): string; declare function incrementLE(buffer: Buffer): void; declare function incrementBE(buffer: Buffer): void; declare function equalsNullable(a: Buffer | null | undefined, b: Buffer | null | undefined): boolean; declare function maxNullable(a: Buffer | null | undefined, b: Buffer | null | undefined): Buffer | undefined; declare function minNullable(a: Buffer | null | undefined, b: Buffer | null | undefined): Buffer | undefined; export declare const BufferUtils: { toHuman: typeof toHuman; equalsNullable: typeof equalsNullable; incrementLE: typeof incrementLE; incrementBE: typeof incrementBE; maxNullable: typeof maxNullable; minNullable: typeof minNullable; }; export {}; //# sourceMappingURL=buffer.d.ts.map