import { Session, SessionOptions } from './common'; export declare class WebVNC extends Session { private rfb; constructor(options: SessionOptions); focus(): void; sendCtrlAltDel(): void; sendCtrlAltFn(code: string): void; simulateKeyInput(input: string): void; setResizeMode(mode?: 'scale' | 'remote'): void; connect(): Promise; disconnect(): Promise; } //# sourceMappingURL=webvnc.d.ts.map