import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import * as operations from "../models/operations/index.js"; export declare class AlertRoutes extends ClientSDK { /** * Create Alert Routes V2 * * @remarks * Create an alert route. * * We recommend you create alert routes in the incident.io dashboard where we allow * previewing filter and grouping rules. */ create(request: components.CreateRequestBody, options?: RequestOptions): Promise; /** * Destroy Alert Routes V2 * * @remarks * Archives an alert route. * * We recommend you create alert routes in the incident.io dashboard where we allow * previewing filter and grouping rules. */ delete(request: operations.AlertRoutesV2NumberDestroyRequest, options?: RequestOptions): Promise; /** * Show Alert Routes V2 * * @remarks * Show an alert route. * * We recommend you create alert routes in the incident.io dashboard where we allow * previewing filter and grouping rules. */ show(request: operations.AlertRoutesV2NumberShowRequest, options?: RequestOptions): Promise; /** * Update Alert Routes V2 * * @remarks * Updates an alert route. * * We recommend you create alert routes in the incident.io dashboard where we allow * previewing filter and grouping rules. */ update(request: operations.AlertRoutesV2NumberUpdateRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=alertroutes.d.ts.map