import { type FloatFormat } from "../api.js";
/**
 * Higher order, single channel float pixel format using provided `[min,max]`
 * value range, instead of usual `[0,1]` interval.
 *
 * @param min
 * @param max
 */
export declare const FLOAT_GRAY_RANGE: (min: number, max: number) => FloatFormat;
//# sourceMappingURL=float-gray-range.d.ts.map