export declare const badgeHashs: { buildFile: string; getBuildUrl: (left: string, right: string, color: string) => string; getCoverageUrl: (coverage: number, color: string) => string; hashes: { build: { key: string; value: string; }; jest: { key: string; value: string; }[]; }; jsonCoverageFile: string; readmeFile: string; readmeTemplateFile: string; };