import * as cog from '../cog'; import * as elasticsearch from '../elasticsearch'; export declare class PipelineMetricAggregationWithMultipleBucketPathsBuilder implements cog.Builder { protected readonly internal: elasticsearch.PipelineMetricAggregationWithMultipleBucketPaths; constructor(); /** * Builds the object. */ build(): elasticsearch.PipelineMetricAggregationWithMultipleBucketPaths; pipelineVariables(pipelineVariables: cog.Builder[]): this; type(type: elasticsearch.MetricAggregationType): this; id(id: string): this; hide(hide: boolean): this; }