import * as cog from '../cog'; import * as azuremonitor from '../azuremonitor'; export declare class AzureLogsQueryBuilder implements cog.Builder { protected readonly internal: azuremonitor.AzureLogsQuery; constructor(); /** * Builds the object. */ build(): azuremonitor.AzureLogsQuery; query(query: string): this; resultFormat(resultFormat: azuremonitor.ResultFormat): this; resources(resources: string[]): this; dashboardTime(dashboardTime: boolean): this; timeColumn(timeColumn: string): this; basicLogsQuery(basicLogsQuery: boolean): this; workspace(workspace: string): this; resource(resource: string): this; intersectTime(intersectTime: boolean): this; }