declare const screen: { list: typeof import("./desktop/linux/commands/list.js").default; open: { app(appOrPath: string, ...args: string[]): Promise; file(path: string): Promise; url(path: string): Promise; }; close: typeof import("./desktop/linux/commands/close.js").default; getActive: typeof import("./desktop/linux/commands/getActive.js").default; activate: typeof import("./desktop/linux/commands/activate.js").default; }; export default screen;