import * as cog from '../cog'; import * as cloudwatch from '../cloudwatch'; export declare class QueryEditorPropertyExpressionBuilder implements cog.Builder { protected readonly internal: cloudwatch.QueryEditorPropertyExpression; constructor(); /** * Builds the object. */ build(): cloudwatch.QueryEditorPropertyExpression; property(property: cog.Builder): this; }