import { IComGithubExternalSecretsExternalSecretsApisGeneratorsV1alpha1AzureACRServicePrincipalAuthSecretRef } from "./AzureACRServicePrincipalAuthSecretRef.js"; import { ModelData, Model } from "@kubernetes-models/base"; export interface IAzureACRServicePrincipalAuth { "secretRef": IComGithubExternalSecretsExternalSecretsApisGeneratorsV1alpha1AzureACRServicePrincipalAuthSecretRef; } export declare class AzureACRServicePrincipalAuth extends Model implements IAzureACRServicePrincipalAuth { "secretRef": IComGithubExternalSecretsExternalSecretsApisGeneratorsV1alpha1AzureACRServicePrincipalAuthSecretRef; constructor(data?: ModelData); } export type { IAzureACRServicePrincipalAuth as IComGithubExternalSecretsExternalSecretsApisGeneratorsV1alpha1AzureACRServicePrincipalAuth, AzureACRServicePrincipalAuth as ComGithubExternalSecretsExternalSecretsApisGeneratorsV1alpha1AzureACRServicePrincipalAuth };