import type { ScaleConfig } from '@antv/scale/esm/types';
export declare function integer(cfg: ScaleConfig): number[];
