/** * workspaceRoot 配下のリポジトリを再帰スキャンして解決する */ export declare function resolveWorkspacePath(workspaceRoot: string, repository: string): string | null; //# sourceMappingURL=workspace-resolver.d.ts.map