import { IndexQueryBase } from "./IndexQueryBase.js";
export declare abstract class IndexQueryWithParameters<T> extends IndexQueryBase<T> {
    /**
     * Allow to skip duplicate checking during queries
     */
    skipDuplicateChecking: boolean;
    skipStatistics: boolean;
}
//# sourceMappingURL=IndexQueryWithParameters.d.ts.map