/** * Azure Op activities — resolved by the core activity registry when a project's * `chant.config.ts` lists the `azure` lexicon. Contributes the resource-group * lifecycle (`azGroupEnsure`/`azGroupDelete`) that an ARM `nativeApply` needs. */ export { azGroupEnsure, azGroupDelete, azGroupEnsureCommand, azGroupDeleteCommand } from "./azure.js"; export type { AzGroupEnsureArgs, AzGroupDeleteArgs } from "./azure.js"; export { flociAzUp, flociAzDown, flociAzRunCommand, flociAzRmCommand, flociAzExistsCommand, flociAzHealthUrl, flociAzEndpoint, } from "./floci-az.js"; export type { FlociAzUpArgs, FlociAzDownArgs } from "./floci-az.js"; export { azApply, azDelete, pruneArmOrphans, providerApiVersion, toApplyResult, deleteArmResource, listGroupResources, chantOwnershipTags, isChantOwned, evalArm, evalArmString, armResourceUrl, armResourceBody, armDependencies, orderArmResources, } from "./az-apply.js"; export type { AzApplyArgs, ArmEvalCtx, ArmResource, ArmListItem, AzHttp } from "./az-apply.js"; //# sourceMappingURL=index.d.ts.map