import { StrictOptions } from '../types.js';

declare function emailRegex(options?: StrictOptions): RegExp;

export { emailRegex };
