import { StartAnimationDevelopmentApi } from '../startAnimationDevelopment'; export interface InitialSagaApi extends Pick { } export declare function initialSaga(api: InitialSagaApi): Generator | import("redux-saga/effects").CallEffect<{ animationModuleBundlerEventChannel: import("redux-saga").EventChannel; clientServerEventChannel: import("redux-saga").EventChannel; graphicsRendererProcessManagerActionChannel: import("redux-saga").MulticastChannel; clientPageBundle: string; localStorageSessionCacheId: string; }>, void, { animationModuleBundlerEventChannel: import("redux-saga").EventChannel; clientServerEventChannel: import("redux-saga").EventChannel; graphicsRendererProcessManagerActionChannel: import("redux-saga").MulticastChannel; clientPageBundle: string; localStorageSessionCacheId: string; } & import("redux-saga").Task>;