import { type Int255 } from "./int255.js";
import { type Real01 } from "./real01.js";
/**
 * Convert a {@link Real01} to an {@link Int255}.
 */
export declare function int255From01(value: Real01): Int255;
export declare function int255From01(value: undefined): undefined;
//# sourceMappingURL=int255-from-01.d.ts.map