/** * Type checking tests - this file is only for TypeScript compilation checks. * It verifies that types work correctly with overloads and keyof constraints. * * To run: `pnpm tsc --noEmit` */ export {}; //# sourceMappingURL=typeCheck.d.ts.map