/** * @param {string} projectDir * @param {string} repoUrl * @param {string} webRoot * @param {string} defaultBranch * @param {string} ciFile * @param {any} [rootManifest] */ export function checkReadme(projectDir: string, repoUrl: string, webRoot: string, defaultBranch: string, ciFile: string, rootManifest?: any): Promise; //# sourceMappingURL=check-readme.d.ts.map