import { Arbitrary } from './definition/Arbitrary';
/**
 * For email address
 *
 * According to RFC 5322 - https://www.ietf.org/rfc/rfc5322.txt
 */
export declare function emailAddress(): Arbitrary<string>;
