import { TypeFloat16 } from "../types/type-float16"; import { Primitive } from "./primitive"; export declare class Float16 extends Primitive { type: typeof TypeFloat16; toFloat(): number | null; toJS(): number | null; }