import { XanoEventStream } from "../models/event-stream"; export type XanoStreamingCallback = (eventStream: XanoEventStream) => void; //# sourceMappingURL=xano-streaming-callback.type.d.ts.map