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

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

export { domainRegex };
