import { type GeneratedFile, type ScaffoldConfig } from "./scaffold-config.js"; /** * The three community-health files OpenSSF Scorecard grades. Emitted only when * `includeCommunityFiles` is set, so projects that inherit them from a parent * repository are not given duplicates. * * Workspace mode suppresses them the same way `rootOwnedFiles` suppresses the * git ignore and hooks: GitHub only surfaces these at the repository root, so a * copy inside `packages//` is a file nothing ever reads. `--workspace * --community-files` is therefore a deliberate no-op, and the workspace summary * printed after scaffolding lists them among the files left to the parent. */ export declare const buildCommunityFiles: (config: ScaffoldConfig) => GeneratedFile[]; //# sourceMappingURL=community.d.ts.map