export declare function findHostnameInUserInput(userInput: string, hostname: string, port?: number): boolean;
