import { ViewIndexOptions } from './view-index-options'; import { Ottoman } from '../../../ottoman/ottoman'; /** * Index function factory */ export declare const buildViewIndexQuery: (ottoman: Ottoman, designDocName: any, indexName: any, fields: any, Model: any) => (values: any | any[], options?: ViewIndexOptions) => Promise<{ rows: any[]; meta: any; }>;