import { BaseFetch } from "../base_fetch"; export declare const executeRegexLogic: (this: BaseFetch, column: string, exp: RegExp) => Promise;