import { ScaleComponent as SC } from '../runtime'; import { QuantizeScale as QuantizeScaleSpec } from '../spec'; export type QuantizeOptions = Omit; export declare const Quantize: SC;