import * as cog from '../cog'; import * as common from '../common'; export declare class SingleStatBaseOptionsBuilder implements cog.Builder { protected readonly internal: common.SingleStatBaseOptions; constructor(); /** * Builds the object. */ build(): common.SingleStatBaseOptions; reduceOptions(reduceOptions: cog.Builder): this; text(text: cog.Builder): this; orientation(orientation: common.VizOrientation): this; }