import { ModelData, Model } from "@kubernetes-models/base"; export interface IPushSecretRemoteRef { /** * Name of the property in the resulting secret */ "property"?: string; /** * Name of the resulting provider secret. */ "remoteKey": string; } export declare class PushSecretRemoteRef extends Model implements IPushSecretRemoteRef { "property"?: string; "remoteKey": string; constructor(data?: ModelData); } export type { IPushSecretRemoteRef as IComGithubExternalSecretsExternalSecretsApisExternalsecretsV1alpha1PushSecretRemoteRef, PushSecretRemoteRef as ComGithubExternalSecretsExternalSecretsApisExternalsecretsV1alpha1PushSecretRemoteRef };