/** A VNC connection informations */
export interface Vnc {
    /**  */
    host: string;
    /**  */
    password: string;
    /**  */
    port: number;
}
//# sourceMappingURL=Vnc.d.ts.map