export declare function createSeverObject(server: string): { host: string; port: string; protocol: 'https' | 'http' | 'ssh'; };