import type { HttpClient } from "../lib/http.js"; import type { ListCatalogResponse } from "./types.js"; export declare function listCatalog(http: HttpClient): Promise; //# sourceMappingURL=list.d.ts.map