import { IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1PluginParameters } from "./PluginParameters.js";
import { ModelData, Model } from "@kubernetes-models/base";
export interface IPluginInput {
    /**
     * Parameters contains the information to pass to the plugin. It is a map. The keys must be strings, and the
     * values can be any type.
     */
    "parameters"?: IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1PluginParameters;
}
export declare class PluginInput extends Model<IPluginInput> implements IPluginInput {
    "parameters"?: IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1PluginParameters;
    constructor(data?: ModelData<IPluginInput>);
}
export type { IPluginInput as IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1PluginInput, PluginInput as ComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1PluginInput };
