import { type HubOwnerContext } from "."; export declare function resolveWorkspaceHubOwnerContext(workspaceRoot: string): HubOwnerContext; export declare function resolveSharedHubOwnerContext(label?: string): HubOwnerContext; export declare function resolveProductionHubOwnerContext(): HubOwnerContext;