import { PLACEHOLDER } from './constants.js'; /** * Generates the body of the license section of the readme. */ export default function licenseBody(spdxIdentifier: string = ''): PLACEHOLDER | string;