type ControllerType = "admission" | "watcher"; export declare function clusterRoleTemplate(): string; export declare function namespaceTemplate(): string; export declare function chartYaml(name: string, description?: string): string; export declare function watcherDeployTemplate(buildTimestamp: string, type: ControllerType): string; export declare function admissionDeployTemplate(buildTimestamp: string, type: ControllerType): string; export declare function serviceMonitorTemplate(name: string, type: ControllerType): string; export declare function serviceTemplate(name: string, type: ControllerType): string; export {}; //# sourceMappingURL=helm.d.ts.map