import { IScale } from "../types";
export declare function domain(scale: IScale<any>, theDomain: any[]): void;
