import type { Knex } from '../knex.types.js'; import { IndexManager011 } from './index-manager-011.js'; import type { CreateBm25Options, DropBm25Options } from './index.types.js'; export declare class IndexManager013 extends IndexManager011 { readonly dbh: Knex; constructor(dbh: Knex); /** * Create an Index * @link https://docs.paradedb.com/documentation/indexing/create_index */ createBm25New(options: CreateBm25Options): Promise; dropBm25New(options: DropBm25Options): Promise; private genCreateBm25Options; } //# sourceMappingURL=index-manager-013.d.ts.map