import type { LengthDecoderFunction } from 'it-length-prefixed';
export declare const uint16BEEncode: {
    (value: number): Uint8Array;
    bytes: number;
};
export declare const uint16BEDecode: LengthDecoderFunction;
//# sourceMappingURL=encoder.d.ts.map