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