/** Extract the source argument from supported vercel-labs/skills commands. * `-g`/`--global` and `-y`/`--yes` are accepted before or after the source. */ export declare function extractSkillsInstallCommandSource(raw: string): string | null; //# sourceMappingURL=install-command.d.ts.map