import { IndexQueryBase } from "./IndexQueryBase"; export declare abstract class IndexQueryWithParameters extends IndexQueryBase { skipDuplicateChecking: boolean; }