import type { DefaultThresholdInput, D3Scale } from '../types/Scale'; import type { StringLike } from '../types/Base'; import type { ScaleConfigWithoutType } from '../types/ScaleConfig'; export default function applyConstant(scale: D3Scale, config: ScaleConfigWithoutType): void; //# sourceMappingURL=constant.d.ts.map