export type SkillScriptRunResult = { stdout: string; stderr: string; exitCode: number; }; /** Resolve scripts/foo.sh under skill root; rejects path traversal. */ export declare function joinSkillScriptPath(skillRoot: string, scriptRelative: string): string; //# sourceMappingURL=skillScriptPath.d.ts.map