import { type PointScale } from './band-kernel.js'; import type { ScaleDomainValue } from './intern.js'; export type { PointScale }; export declare function scalePoint(): PointScale; export declare function scalePoint(range: Iterable): PointScale; export declare function scalePoint(domain: Iterable, range: Iterable): PointScale;