import { Scale } from '../dependents'; /** * parse the value position * @param val * @param scale */ export declare function getNormalizedValue(val: number | string, scale: Scale): number;