import { OnInit } from '@angular/core'; export declare class AppComponent implements OnInit { title: string; instance: { "name": string; "publicIp": string; "protocol": string; "hostname": string; "port": number; "use-ssl": boolean; "ignore-cert": boolean; "ca-cert": string; "client-cert": string; "client-key": string; "exec-command": string; "pod": string; "container": string; "namespace": string; }; private remoteConsole; ngOnInit(): void; }