import { Github, Link } from './types'; import type { default as Fellow, FormatOptions } from 'fellow'; export declare function getGithubSlug(data: { homepage?: string; repository?: string | { url?: string; }; }): string | null; export declare function getPeopleHTML(people: Fellow[], opts?: FormatOptions): string; export declare function getPeopleTextArray(people: Fellow[], opts?: FormatOptions): string[]; export declare function getFileUrl(data: { github: Github; }, filename: string): string; export declare function getLink({ url, text, title }: Link): string; export declare function replaceSection(names: string | string[], source: string, inject: string | Function): string; export declare function trim(str: string): string; //# sourceMappingURL=util.d.ts.map