export interface BadgeOptions { write?: boolean; quiet?: boolean; } export declare function runBadge(cwd: string, opts?: BadgeOptions): Promise;