import type { BackerOptions, Github, FilenamesForReadmeFiles } from './types';
export declare function getContributeSection(data: {
    filenamesForReadmeFiles: FilenamesForReadmeFiles;
    github: Github;
}): string;
export declare function getBackersSection(data: BackerOptions): string;
export declare function getBackersFile(data: BackerOptions): string;
//# sourceMappingURL=backer.d.ts.map