import { IAnswers, PackageInfo } from '../../types'; export declare function generateReadme( answers: IAnswers, packageInfo: PackageInfo ): Promise;