import { type IdeId } from "../constants/index.js"; import type { AssetRequest } from "../types/index.js"; export declare function renderSummary(_registryUrl: string, selections: AssetRequest[], ide?: IdeId): void; export declare function confirmInstallation(registryUrl: string, selections: AssetRequest[], ide?: IdeId): Promise; //# sourceMappingURL=summary.d.ts.map