import * as cog from '../cog'; import * as common from '../common'; export declare class ScaleDistributionConfigBuilder implements cog.Builder { protected readonly internal: common.ScaleDistributionConfig; constructor(); /** * Builds the object. */ build(): common.ScaleDistributionConfig; type(type: common.ScaleDistribution): this; log(log: number): this; linearThreshold(linearThreshold: number): this; }