import * as cog from '../cog'; import * as elasticsearch from '../elasticsearch'; export declare class SerialDiffBuilder implements cog.Builder { protected readonly internal: elasticsearch.SerialDiff; constructor(); /** * Builds the object. */ build(): elasticsearch.SerialDiff; pipelineAgg(pipelineAgg: string): this; field(field: string): this; id(id: string): this; settings(settings: { lag?: string; }): this; hide(hide: boolean): this; }