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 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. */ export declare function incidentsV1Create(client$: IncidentioCore, request: components.CreateRequestBody10, options?: RequestOptions): Promise>; //# sourceMappingURL=incidentsV1Create.d.ts.map