import { Settings } from '../types.js'; declare const makeLinksLines: ({ rootURL, user, repository, emails, paypalUser, githubSponsor }: Partial) => string[]; export default makeLinksLines;