import type { HttpClient } from "./client.js"; import type { SdkCatalog } from "./types.js"; export declare class CatalogResource { private readonly http; constructor(http: HttpClient); get(): Promise; }