/** * Jest Test Setup * * Global test configuration and utilities for UniFi MCP Server tests. */ declare global { var testUtils: { mockUniFiResponse: (data: any) => any; mockErrorResponse: (message: string) => any; }; } export {}; //# sourceMappingURL=setup.d.ts.map