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