import type { ISerialInput } from 'typed-binary';
import type { ISerialOutput } from 'typed-binary';
export declare function writeFloat16(output: ISerialOutput, value: number): void;
export declare function readFloat16(input: ISerialInput): number;
