import { ValidationResponse } from '../../../validation'; export declare function email(value: string, key: K): ValidationResponse;