diff --git a/x-pack/platform/plugins/shared/index_management/public/application/store/selectors/index.d.ts b/x-pack/platform/plugins/shared/index_management/public/application/store/selectors/index.d.ts deleted file mode 100644 index 930b07be0ae07..0000000000000 --- a/x-pack/platform/plugins/shared/index_management/public/application/store/selectors/index.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -import type { ExtensionsService } from '../../../services'; - -export declare function setExtensionsService(extensionsService: ExtensionsService): any; - -export const getFilteredIndices: (state: any) => any;