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 IncidentsV1 extends ClientSDK { /** * List Incidents V1 * * @remarks * List all incidents for an organisation. * * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ list(request: operations.IncidentsV1NumberListRequest, options?: RequestOptions): Promise; /** * Create Incidents V1 * * @remarks * Create a new incident. * * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ create(request: components.CreateRequestBody10, options?: RequestOptions): Promise; /** * Show Incidents V1 * * @remarks * Get a single incident. * * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ get(request: operations.IncidentsV1NumberShowRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=incidentsv1.d.ts.map