import { startNearIntentsWs } from './ws.mjs'; export function startNearIntentsIngest(options) { return startNearIntentsWs(options); }