export interface PostInstallBriefData { headline: string; repoType: string; selectedTargets: string[]; selectedProfile: string; nextBestCommand: string; } export declare function formatPostInstallSummary(brief: PostInstallBriefData, briefPath: string): string; //# sourceMappingURL=format-post-install-summary.d.ts.map