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

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

export { emailRegex };
