import { Ottoman } from '../../../ottoman/ottoman';
/**
 * Creates the register index in the Database Server.
 * In addition, creates one index as primary for the bucketName and one for every Ottoman model.
 */
export declare const ensureN1qlIndexes: (ottoman: Ottoman, n1qlIndexes: any) => Promise<boolean>;
