/**
 * Mock for compromise NLP library to avoid dependencies in tests
 */
declare const compromise: jest.Mock<any, any, any>;
export default compromise;
//# sourceMappingURL=compromise.d.ts.map