import { ManageIndexesApi, IndexList } from '../pinecone-generated-ts-fetch/db_control';
export declare const listIndexes: (api: ManageIndexesApi) => () => Promise<IndexList>;
