/** * Validation script to ensure mcp-clients matches TypeScript types */ /** * Main validation function */ declare function validateClientsJson(): boolean; export { validateClientsJson }; //# sourceMappingURL=validate.d.ts.map