export declare function boundNumber(value: number, { min, max, }: { min?: number; max?: number; }): number; //# sourceMappingURL=min-max.d.ts.map