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