import { BadgeOptionsObjectInterface } from '../interfaces/BadgeOptionsInterface'; import { BadgeStatsInterface } from '../interfaces/BadgeStatsInterface'; export declare class Badge { private static badgeBaseURL; static create(options: BadgeOptionsObjectInterface, stats: BadgeStatsInterface, prefix: string): string; }