import * as cog from '../cog'; import * as cloudwatch from '../cloudwatch'; export declare class QueryEditorArrayExpressionBuilder implements cog.Builder { protected readonly internal: cloudwatch.QueryEditorArrayExpression; constructor(); /** * Builds the object. */ build(): cloudwatch.QueryEditorArrayExpression; type(type: "and" | "or"): this; expressions(expressions: cog.Builder[]): this; }