export declare function Argocd(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Flagger(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Flux(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const ArgoCD: typeof Argocd;
