import { Assets } from "../assets"; type ConfigType = "manifests" | "charts"; export declare function generateZarfYamlGeneric(assets: Assets, path: string, type: ConfigType): string; export {}; //# sourceMappingURL=generateZarfYaml.d.ts.map