import { IScale } from "../types";
export declare function invert(scale: IScale<any>, coordinate: number): number | string | unknown[];
