import { IComGithubElasticCloudOnK8sV3PkgApisCommonV1Config } from "../../common.k8s.elastic.co/v1/Config.js"; import { ModelData, Model } from "@kubernetes-models/base"; export interface IIndexTemplates { /** * ComponentTemplates holds the Component Templates settings (/_component_template) */ "componentTemplates"?: IComGithubElasticCloudOnK8sV3PkgApisCommonV1Config; /** * ComposableIndexTemplates holds the Index Templates settings (/_index_template) */ "composableIndexTemplates"?: IComGithubElasticCloudOnK8sV3PkgApisCommonV1Config; } export declare class IndexTemplates extends Model implements IIndexTemplates { "componentTemplates"?: IComGithubElasticCloudOnK8sV3PkgApisCommonV1Config; "composableIndexTemplates"?: IComGithubElasticCloudOnK8sV3PkgApisCommonV1Config; constructor(data?: ModelData); } export type { IIndexTemplates as IComGithubElasticCloudOnK8sV3PkgApisStackconfigpolicyV1alpha1IndexTemplates, IndexTemplates as ComGithubElasticCloudOnK8sV3PkgApisStackconfigpolicyV1alpha1IndexTemplates };