/// import { AppOrchestration } from '@/types'; declare const HelmChart: ({ orchestration }: { orchestration: AppOrchestration; }) => JSX.Element; export default HelmChart;