import { PatternSegments } from './types';
export declare function getHostRegex(patternSegments: PatternSegments): RegExp | TypeError;
