import { Select } from "./index"; export declare const setPushResult: (this: Select) => void; export declare const setLimitAndSkipEvaluationAtEnd: (this: Select) => void; export declare const mergeWithResults: (this: Select, from: any[]) => void;