export declare function fqdnValidator(options?: { requireTld?: boolean; allowUnderscores?: boolean; allowTrailingDot?: boolean; }): (value?: any) => boolean;