import { Rebound } from "./rebound.js";
export declare const real255: Rebound<number & import("./spec.js").ReboundedFromConfig<"[", 0, "real", 255, "]">>;
export declare const toReal255: import("./from-number-bounded.js").FromNumberIfPresent<number & import("./spec.js").ReboundedFromConfig<"[", 0, "real", 255, "]">>;
export declare const assertReal255: import("./assert-bounded.js").AssertExact<never>, isReal255: import("./guard-bounded.js").GuardExact<number & import("./spec.js").ReboundedFromConfig<"[", 0, "real", 255, "]">>;
/**
 * A real number in the range [0,255].
 */
export type Real255 = typeof real255.numberType;
//# sourceMappingURL=real255.d.ts.map