import type { BaselineAuthorization } from "../baseline-evidence/verify.js"; import type { Cli } from "../internals/clis.js"; import { type Plan, type PlanContext } from "../internals/plan.js"; export declare function superpowersEvidenceComponentIds(): string[]; export declare function verifiedSuperpowersInstallPlan(_ctx: PlanContext, sourceRoot: string, clis: Cli[], authorizations: readonly BaselineAuthorization[]): Plan;