import type { IncomingMessage, ServerResponse } from 'node:http'; import type { FeedbackAnalyticsService } from '../services/feedback-analytics.js'; export declare function handleFeedbackAnalyticsApi(req: IncomingMessage, res: ServerResponse, url: URL, deps: { service: FeedbackAnalyticsService; }): Promise; //# sourceMappingURL=feedback-analytics-api.d.ts.map