import * as DirectFunder from './direct-funder'; type Objective = DirectFunder.OpenChannelObjective; type ObjectiveEvent = DirectFunder.OpenChannelEvent; export {DirectFunder, Objective as RichObjective, ObjectiveEvent as RichObjectiveEvent};