import type { Hub, HubWithRole } from "memax-sdk"; export declare const PERSONAL_HUB_ALIAS = "personal"; export declare function getHubReference(hub: Hub): string; export declare function findHubMatch(hubs: HubWithRole[], ref: string): HubWithRole | undefined; export declare function resolveHubID(ref: string | undefined): Promise; export declare function requireHub(ref: string): Promise; //# sourceMappingURL=hubs.d.ts.map