import type { XrayRule } from '../types.js';
export declare const buildDomainRule: (tlds: string[]) => XrayRule | null;
