/** * Takes the body of the license section and injects a link to the license file. */ export default function linkifyLicense(body: string, link: sting): string;