import { type IAlertComparisonOperator, type IAutomationMetadataObjectDefinition, type IAutomationRecipient, type IAutomationSchedule, type IAutomationVisibleFilter, type IFilter } from "@gooddata/sdk-model"; import { type AlertMetric } from "../../types.js"; import { type IMeasureFormatMap } from "./getters.js"; /** * @internal */ export declare function createDefaultAlert(filters: IFilter[], metrics: AlertMetric[], measure: AlertMetric | undefined, notificationChannelId: string, currentUser: IAutomationRecipient, measureFormatMap: IMeasureFormatMap, comparisonOperator?: IAlertComparisonOperator, schedule?: IAutomationSchedule, visibleWidgetFilters?: IAutomationVisibleFilter[], widgetLocalId?: string, dashboardId?: string, widgetName?: string, targetTabIdentifier?: string): IAutomationMetadataObjectDefinition | undefined; //# sourceMappingURL=convertors.d.ts.map