/** Resolve `--branch-md` + `--staged-files` into a C2 scope CheckResult (pure but for the file read). */ export function scopeFromFlags(flags: any, profile: any): { unreadable: string; result?: undefined; } | { result: import("../index.js").CheckResult; unreadable?: undefined; }; //# sourceMappingURL=scope.d.ts.map