import { Command } from "commander"; declare const targets: readonly ["claude-code", "cursor", "vscode", "windsurf", "gemini-cli", "cline", "agents.md", "amp", "kilo", "ruler"]; export declare function configureInstallRulesCommand(program: Command): Command; export declare function installRulesCommand(options: unknown): Promise; export type InstallRulesWizardOptions = { target?: Array<(typeof targets)[number]>; manifestPath?: string; branch?: string; }; export declare function initiateRulesInstallWizard(options: InstallRulesWizardOptions): Promise; export {};