import { IAdvancedStore } from '../../types'; declare type PropsType = { asyncSagas: Record; store: IAdvancedStore; }; export declare const injectInitialAsyncSagas: ({ asyncSagas, store }: PropsType) => void[]; export {};