import SimpleTable from "../class/SimpleTable"; export default function logHistogram(simpleTable: SimpleTable, values: string, options?: { bins?: number; formatLabels?: (a: number, b: number) => string; compact?: boolean; width?: number; }): Promise;