import { Primitives } from '../common.js'; export declare const SHORT_LEN = 2; export declare class Int16 extends Primitives { private readonly short; constructor(short: number); static fromBytes(buf: Uint8Array): [Int16, Uint8Array]; toJSON(): string; toBytes(): Uint8Array; value(): number; } //# sourceMappingURL=int16.d.ts.map