import { indexOptions } from './interfaces'; export declare function ensureDocIndex(options: indexOptions, cb?: any): void;