export declare function Ansible(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Charms(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Chef(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Helm(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Kolla(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Tripleo(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const KollaAnsible: typeof Kolla;
export declare const TripleO: typeof Tripleo;
