import { Select } from "./"; export declare const processGroupDistinctAggr: (this: Select) => void; export declare const processOrderBy: (this: Select) => void; export declare const processAggregateQry: (this: Select) => void;