import { IPayload, Effect } from '@mvf/genvicer'; declare const takeEffect: (effect: Effect.ITypes) => IPayload | void; export default takeEffect;