import { IncidentioCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { SDKError } from "../models/errors/sdkerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import { Result } from "../types/fp.js"; /** * Create Incidents V2 * * @remarks * Create a new incident. * * Note that if the incident mode is set to "retrospective" then the new incident * will not be announced in Slack. */ export declare function incidentsCreate(client$: IncidentioCore, request: components.CreateRequestBody11, options?: RequestOptions): Promise>; //# sourceMappingURL=incidentsCreate.d.ts.map