export declare function roboparkScreenInstall(): void; export declare function roboparkScreenUp(name: string, desktopUser?: string): Promise; export declare function roboparkScreenRestart(name: string): void; export declare function roboparkScreenDown(name: string): void;