import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "./models/index.js"; export declare class Alerts extends ClientSDK { /** * Query alert logs * * @remarks * Use when viewing or searching alert history (e.g. support triage or customer-facing alert log). Returns a paginated list; supports filtering by type, customer, subscription. */ queryAlertLog(request: models.AlertLogFilter, options?: RequestOptions): Promise; } //# sourceMappingURL=alerts.d.ts.map