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