import { TypeInt16 } from "../types/type-int16"; import { Primitive } from "./primitive"; export declare class Int16 extends Primitive { type: typeof TypeInt16; toInt(): number | null; toJS(): number | null; }