import { Select } from "./"; import { BaseFetch } from "../base_fetch"; export declare const getCursorOnSuccess: (this: Select, simpleFn: any, limitFn: any, skipFn: any, skipAndLimitFn: any) => any; export declare const executeWhereLogic: (this: BaseFetch, column: any, value: any, op: any, dir: any) => Promise; export declare const executeLimitForWhere_: (this: Select, onFinish: any) => (e: any) => void; export declare const executeSimpleForWhere_: (this: Select, onFinish: any) => (e: any) => void;