import { RuleContext } from '../validator'; export declare function exists(value: any, _ctx: RuleContext, table: string, column: string): Promise;