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