import { DocStoreESIndexListResponse } from "./DocStoreESIndexListResponse"; import { DocStoreESIndexDeleteResponse } from "./DocStoreESIndexDeleteResponse"; export declare class DocStoreESIndexService { static deleteESIndices( esIndexNames?: any[], execute?: any ): DocStoreESIndexDeleteResponse; static listESIndices(): DocStoreESIndexListResponse; }