import type * as ElevenLabs from "../index"; export interface AlertingSettingsResponse { monitorConfigs?: Record; autoResolveAfterInactiveMinutes?: number; notifiers?: ElevenLabs.AlertingWebhookNotifierResponse[]; }