import { IndexDef } from '../../types/IndexDef'; import { Item } from '../../types/Item'; import Collection from '../collection'; export declare function create_index(collection: Collection, key: string, indexDef: IndexDef): void;