import { BaseFetch } from "../base_fetch"; export declare const executeInLogic: (this: BaseFetch, column: any, values: any) => Promise;