import { type CatalogExportConfig, type WorkspaceMetadata } from "../../base/types.js"; /** * Given the export config, ask for any missing information and then load workspace metadata from * a tiger workspace. * * @param config - tool configuration, may be missing username, password and workspace id - in that case code * will prompt * * @returns loaded workspace metadata * * @throws CatalogExportError upon any error. */ export declare function loadWorkspaceMetadataFromTiger(config: CatalogExportConfig): Promise; //# sourceMappingURL=index.d.ts.map