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