import type { StreamingConfig, StreamingState } from './StreamingTypes'; declare const throttle: (_config: StreamingConfig) => StreamingState; declare const init: (spec: StreamingConfig) => StreamingState; export { throttle, init }; //# sourceMappingURL=StreamingState.d.ts.map