import type { KnowledgeStore } from '../store.js'; import type { HomeGraphSpaceInput } from './types.js'; export declare function resolveReadableHomeGraphSpace(store: KnowledgeStore, input?: HomeGraphSpaceInput): { readonly spaceId: string; readonly installationId: string; }; //# sourceMappingURL=space-selection.d.ts.map