import { IBucket } from "../../../interfaces/Visualization";
export declare const transformBuckets: (buckets: IBucket[]) => IBucket[];
