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