import { FindOptions } from '../../../handler';
/**
 * View index function factory.
 */
export declare const buildIndexQuery: (Model: any, fields: any, indexFnName: any, indexOptions?: {}) => (values: any | any[], options?: FindOptions) => any;
