import { type ITigerClientBase } from "@gooddata/api-client-tiger"; import { type ObjectMeta } from "../../base/types.js"; /** * Load insights that are stored in workspace metadata so that their links can be included * in the generated output for easy embedding access. * * @param client - tiger client to use for communication * @param workspaceId - workspace id */ export declare function loadInsights(client: ITigerClientBase, workspaceId: string): Promise; //# sourceMappingURL=tigerInsights.d.ts.map