import { ServersApiService } from '../api/generated/apis/servers-api';
export declare class ServerService extends ServersApiService {
    /**
     * Converts a string to a valid server's hostname format
     *
     * @param name The given string to converts to hostname
     */
    convertToHostname(name: string): string;
}
