export interface IsFqdnOptions { allowTrailingDot: boolean; requireTld: boolean; allowUnderscores: boolean; }