import { IEventSources, IPayload } from '@mvf/genvicer'; import IExecOptions from './IExecOptions'; declare const execSource: (sources: IEventSources) => (sourceName: string, eventName: string, option: IExecOptions) => Promise; export default execSource;