import { Request, Response } from 'express'; export declare class WindowAPI { static getSize(req: Request, res: Response): Promise; static setSize(req: Request, res: Response): Promise; static setFullscreen(req: Request, res: Response): Promise; }