/**
* External dependency interfaces for dependency injection and testing
* These interfaces mirror the actual external dependencies used in the codebase
* to enable easy mocking and testing without changing implementation.
*/export {};
//# sourceMappingURL=external-dependencies.js.map