export declare function Airflow(label?: string, options?: Record): import("../index.ts").Node; export declare function Digdag(label?: string, options?: Record): import("../index.ts").Node; export declare function Kubeflow(label?: string, options?: Record): import("../index.ts").Node; export declare function Nifi(label?: string, options?: Record): import("../index.ts").Node; export declare const KubeFlow: typeof Kubeflow; export declare const NiFi: typeof Nifi;