import { ChartNestedDataShape, ChartInternalNestedDataShape } from './types'; /** * Builds a stack dataset from the standard data format. */ export declare function buildBarStackData(data: ChartNestedDataShape[], normalized?: boolean): ChartInternalNestedDataShape[];