import type { Cli } from "../internals/clis.js"; import { type Action } from "../internals/plan.js"; /** Build the Superpowers install action(s) for one CLI. */ export declare function superpowersActionsForCli(cli: Cli, pin?: string): Action[]; /** What Superpowers is + how it complements ECC, emitted once. */ export declare function superpowersOverviewDoc(): Action; /** Advisory for shell-runnable Superpowers installs that fetch mutable remote plugin content. */ export declare function superpowersSupplyChainDoc(): Action;