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