import type { InstallArgs, InstallConfig } from './types'; export declare function configureBackgroundSubagents(config: InstallConfig): Promise<{ enabledNow: boolean; configuredTarget?: string; }>; export declare function shouldInstallCompanion(config: InstallConfig): Promise; export declare function install(args: InstallArgs): Promise;