import type { ScanResult } from '../analyzers/file-scanner.js'; import type { DependencyAnalysis } from '../analyzers/dependency-analyzer.js'; export declare function generateContributing(scan: ScanResult, deps?: DependencyAnalysis): string; export declare function getLicense(scan: ScanResult): string; //# sourceMappingURL=contributing.d.ts.map