import { BaseFetch } from "../base_fetch"; export declare const onWhereCount: (this: BaseFetch, onFinish: any) => (e: any) => void; export declare const executeWhereLogic: (this: BaseFetch, column: any, value: any, op: any) => Promise;