import { ForkEffect } from 'redux-saga/effects'; export declare const takeLatestLike: (pattern: string, toKey: (action: any) => string, handler: any) => ForkEffect;