import { ModelData, Model } from "@kubernetes-models/base";
export interface IManagedNamespaceMetadata {
    "annotations"?: {
        [key: string]: string;
    };
    "labels"?: {
        [key: string]: string;
    };
}
export declare class ManagedNamespaceMetadata extends Model<IManagedNamespaceMetadata> implements IManagedNamespaceMetadata {
    "annotations"?: {
        [key: string]: string;
    };
    "labels"?: {
        [key: string]: string;
    };
    constructor(data?: ModelData<IManagedNamespaceMetadata>);
}
export type { IManagedNamespaceMetadata as IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ManagedNamespaceMetadata, ManagedNamespaceMetadata as ComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ManagedNamespaceMetadata };
