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"; /** * ListResources Catalog V2 * * @remarks * List available engine resources for the catalog. * * A resource represents a type of data that can be held within the catalog, so this * endpoint can be used to see what attribute types can be used when updating the * schema of a catalog type. */ export declare function catalogResourcesList(client$: IncidentioCore, options?: RequestOptions): Promise>; //# sourceMappingURL=catalogResourcesList.d.ts.map