import { Project } from "../../project/Project";
/**
 * Remove content from README specific to this project.
 *
 * @param project      project whose README should be cleaned
 * @param description  brief description of newly created project
 */
export declare function cleanReadMe(description: string, project: Project): Promise<Project>;
//# sourceMappingURL=UniversalSeed.d.ts.map