import { Tagged } from "ts-tagged"; import { FixedPoint, FixedPointConstructor } from "./fixed-point"; export declare type Sfixed16P16 = Tagged; export declare const Sfixed16P16: FixedPointConstructor;