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