import { type ITigerClientBase } from "@gooddata/api-client-tiger"; import { type Catalog } from "../../base/types.js"; /** * Loads metric, attribute and fact catalog */ export declare function loadCatalog(client: ITigerClientBase, workspaceId: string): Promise; //# sourceMappingURL=tigerCatalog.d.ts.map