import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class CatalogResources extends ClientSDK { /** * 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. */ list(options?: RequestOptions): Promise; } //# sourceMappingURL=catalogresources.d.ts.map