import { ScaleChannel } from '../../channel.js';
import { UnitModel } from '../unit.js';
import { SelectionCompiler } from './index.js';
declare const scaleBindings: SelectionCompiler<'interval'>;
export default scaleBindings;
export declare function domain(model: UnitModel, channel: ScaleChannel): string;
//# sourceMappingURL=scales.d.ts.map