import { HttpClient } from '@wix/sdk-types'; import { CreateIndexOptions, DropIndexOptions, ListIndexesOptions } from './data-v2-index.universal'; export declare const __metadata: { PACKAGE_NAME: string; }; export declare function createIndex(httpClient: HttpClient): (options: CreateIndexOptions) => Promise; export declare function dropIndex(httpClient: HttpClient): (options: DropIndexOptions) => Promise; export declare function listIndexes(httpClient: HttpClient): (options?: ListIndexesOptions | undefined) => Promise; export { Order, Status, Environment } from './data-v2-index.universal'; export { Index, Field, Failure, CreateIndexRequest, CreateIndexResponse, DropIndexRequest, DropIndexResponse, ListIndexesRequest, ListIndexesResponse, CreateIndexOptions, DropIndexOptions, ListIndexesOptions, } from './data-v2-index.universal';