import type Fellow from 'fellow' interface LicenseOptions { license?: string authors: Fellow[] } export declare function getLicenseFile(data: LicenseOptions): string export declare function getLicenseSection(data: LicenseOptions): string export {} //# sourceMappingURL=license.d.ts.map