import { BaseFetch } from "../base_fetch"; import { Select } from "."; export declare const executeRegexLogic: (this: BaseFetch, column: any, exp: RegExp) => Promise; export declare const executeSkipAndLimitForWhere_: (this: Select, onFinish: any, skipOrPush: any) => (e: any) => void; export declare const executeSkipForWhere_: (this: Select, onFinish: any, skipOrPush: any) => (e: any) => void;