import { AnimationModuleBundlerEvent } from '../models/AnimationModuleBundlerEvent'; import { InitialSagaApi } from '../sagas/initialSaga'; export interface GetAnimationModuleBundlerEventChannelApi extends Pick { } export declare function getAnimationModuleBundlerEventChannel(api: GetAnimationModuleBundlerEventChannelApi): { animationModuleBundlerEventChannel: import("redux-saga").EventChannel; };