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