type BrightDataSkill = { name: string; description: string; skillMdUrl: string; githubPath: string; repoPath: string; }; declare const BRIGHTDATA_SKILLS: BrightDataSkill[]; export { BRIGHTDATA_SKILLS }; export type { BrightDataSkill }; //# sourceMappingURL=brightdata-skills.d.ts.map