import { Function1 } from "lodash"; import { RepoContext, SdmContext } from "../context/SdmContext"; export declare type ListenerInvocation = SdmContext; /** * Common parameters to an invocation of a listener to one of the * SDM's specific events. These are fired by our event handlers to allow * multiple, domain specific, listeners to be invoked. */ export declare type RepoListenerInvocation = RepoContext; export declare type RepoListener = Function1>; /** * Mapper from a ListenerInvocation to any result */ export declare type SdmListener = Function1>; //# sourceMappingURL=Listener.d.ts.map