import type { Specification } from '../../types'; export declare const getChartType: (spec: Specification) => string;