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