import * as cog from '../cog'; import * as common from '../common'; export declare class HeatmapCalculationBucketConfigBuilder implements cog.Builder { protected readonly internal: common.HeatmapCalculationBucketConfig; constructor(); /** * Builds the object. */ build(): common.HeatmapCalculationBucketConfig; mode(mode: common.HeatmapCalculationMode): this; value(value: string): this; scale(scale: cog.Builder): this; }