import * as cog from '../cog'; import * as azuremonitor from '../azuremonitor'; export declare class AzureTracesFilterBuilder implements cog.Builder { protected readonly internal: azuremonitor.AzureTracesFilter; constructor(); /** * Builds the object. */ build(): azuremonitor.AzureTracesFilter; property(property: string): this; operation(operation: string): this; filters(filters: string[]): this; }