import type { Mapper } from "./mapper"; import type { FactorSeq, Factor } from "../ranges/factor_range"; import type { Arrayable } from "../../core/types"; import type * as p from "../../core/properties"; export declare function _cat_equals(a: ArrayLike, b: ArrayLike): boolean; export declare function cat_v_compute(data: Arrayable, factors: Arrayable, targets: Arrayable, values: Arrayable, start: number, end: number | null, extra_value: T): void; export declare namespace CategoricalMapper { type Attrs = p.AttrsOf; type Props = Mapper.Props & { factors: p.Property; start: p.Property; end: p.Property; }; } export interface CategoricalMapper extends CategoricalMapper.Attrs { } //# sourceMappingURL=categorical_mapper.d.ts.map