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