import type { Github, FilenamesForReadmeFiles } from './types' import type Fellow from 'fellow' import type { BadgesField } from 'badges' interface BackerOptions { filenamesForReadmeFiles: FilenamesForReadmeFiles badges: BadgesField maintainers: Fellow[] sponsors: Fellow[] contributors: Fellow[] github: Github } export declare function getBackerSection(data: BackerOptions): string export declare function getBackerFile(data: BackerOptions): string export declare function getContributeSection(data: { filenamesForReadmeFiles: FilenamesForReadmeFiles github: Github }): string export {} //# sourceMappingURL=backer.d.ts.map