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

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

export { domainRegex };
