export type IExternalSecretDecodingStrategy = "Auto" | "Base64" | "Base64URL" | "None"; export type ExternalSecretDecodingStrategy = IExternalSecretDecodingStrategy; export type { IExternalSecretDecodingStrategy as IComGithubExternalSecretsExternalSecretsApisExternalsecretsV1ExternalSecretDecodingStrategy, ExternalSecretDecodingStrategy as ComGithubExternalSecretsExternalSecretsApisExternalsecretsV1ExternalSecretDecodingStrategy };