import type { ProxyOptions } from "../types.js"; export declare const X_CORTI_ANALYTICS = "x-corti-analytics"; export declare function speechAnalytics(webComponent: string, webComponentVersion: string, extra?: Record): Record; export declare function proxyWithAnalytics(proxy: ProxyOptions, analytics?: Record): ProxyOptions;