import { type ITigerClient } from "@gooddata/api-client-tiger"; import { type WorkspaceMetadata } from "../../base/types.js"; export declare function tigerLoad(client: ITigerClient, workspaceId: string): Promise; //# sourceMappingURL=tigerLoad.d.ts.map