import { Settings } from '../types.js'; export declare type RequiredParams = 'madeByPrefix' | 'authors' | 'lineLength' | 'separator'; declare const makeMadeByLines: ({ madeByPrefix, authors, lineLength, separator }: Required>) => string[] | null; export default makeMadeByLines;