interface CaptureResult { ok: boolean; path?: string; reason?: string; } export declare function captureDesktopWindow(fullPage?: boolean): Promise; export {};