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