/**
 * KustomizeImage represents a Kustomize image definition in the format [old_image_name=]<image_name>:<image_tag>
 */
export type IKustomizeImage = string;
export type KustomizeImage = IKustomizeImage;
export type { IKustomizeImage as IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1KustomizeImage, KustomizeImage as ComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1KustomizeImage };
