import type { ScalingParameters } from '../types'; export declare const hasFloatScalingParameters: (scalingParameters: ScalingParameters) => boolean;