import { IIndexQuery } from "./IIndexQuery.js";
import { ProjectionBehavior } from "./ProjectionBehavior.js";
export declare class IndexQueryBase<T> implements IIndexQuery {
    query: string;
    queryParameters: T;
    projectionBehavior: ProjectionBehavior;
    waitForNonStaleResults: boolean;
    waitForNonStaleResultsTimeout: number;
}
//# sourceMappingURL=IndexQueryBase.d.ts.map