export declare const isValidHostLabel: (
  value: string,
  allowSubDomains?: boolean
) => boolean;
