import type { DomainOptions } from '../types.d.cts'; export declare const linear: (min: number, max: number, props: Partial) => number[]; export declare const logarithmic: (min: number, max: number, props: Partial) => number[];