import { SmartModel } from './smartModel'; export declare class ReadmeModel extends SmartModel { name: string; projectName?: string; ignoreConvention?: boolean; constructor(name: string, projectName?: string, ignoreConvention?: boolean); save(): Promise; readonly templateFile: string; readonly filePath: string; }