import { GenericFacade } from "../../types";
export * as LeadershipServiceV2 from "./LeadershipServiceV2.js";
declare const LeadershipService: GenericFacade;
export default LeadershipService;
