import { WorkspaceParams, HelmRequest, stringifyWorkspace } from '@alauda-fe/common'; import { getHelmRequestHttpRepo, getHelmRequestOciRepo } from '../../utils'; import * as i0 from "@angular/core"; export declare class HelmRequestChartRepoComponent { getHelmRequestOciRepo: typeof getHelmRequestOciRepo; getHelmRequestHttpRepo: typeof getHelmRequestHttpRepo; stringifyWorkspace: typeof stringifyWorkspace; resource: HelmRequest; params: WorkspaceParams; transferChartPath: (origin: string) => string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }