import { BarsData, GetBarsDataParams } from "../types/types.ts";
export declare const getBarsData: ({ bufferData, height, width, barWidth, gap, }: GetBarsDataParams) => BarsData[];
