/** C1 — verify the working branch is the expected one (per the profile's `branchMatch`). */ export function checkBranch(input: any): { pass: boolean; violations: never[]; bypass: any; } | { pass: boolean; violations: { code: string; message: string; severity: string; }[]; bypass?: undefined; }; //# sourceMappingURL=branch-check.d.ts.map