import { IncidentioCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.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 * as operations from "../models/operations/index.js"; import { Result } from "../types/fp.js"; /** * DestroyEntry Catalog V2 * * @remarks * Archives a catalog entry. */ export declare function catalogEntriesDelete(client$: IncidentioCore, request: operations.CatalogV2NumberDestroyEntryRequest, options?: RequestOptions): Promise>; //# sourceMappingURL=catalogEntriesDelete.d.ts.map