import Badge from './Badge.js'; export default class GithubActionsBadge extends Badge { constructor({ githubPathname, workflow, branch, style }: { githubPathname: string; workflow: string; branch: string; style?: string; }); } //# sourceMappingURL=GithubActionsBadge.d.ts.map