import { DataResponse, Dimension } from '@embeddable.com/core'; export declare function useUpdateAxisOrderAndCacheKey(opts: { resultsAxisOrder?: DataResponse; axisDimension: Dimension; setAxisOrderAndCacheKey?: (values: string[], cacheKey: string) => void; axisOrderCacheKey?: string; }): void; //# sourceMappingURL=bars.hooks.d.ts.map