import { ValueRepresentation } from '../types/scales.js'; /** * Returns true if valueRepresenation is a valid ValueRepresentation * @param valueRepresentation - value representation */ export declare const isValidValueRepresentation: (valueRepresentation: string) => valueRepresentation is ValueRepresentation;