/** * Test the Git Knowledge Layer with configuration system * Run with: npm run dev -- --test-git */ declare function testGitLayer(): Promise; export { testGitLayer }; //# sourceMappingURL=test-git-layer.d.ts.map