export declare function getActiveWindow(): Promise; export declare function listWindows(): Promise; export declare function setWindowAlwaysOnTop(windowTitle: string, enabled: boolean): Promise;