/** * Cross-platform utility to bring KSP window to foreground * * KSP locks certain operations (like target switching) when backgrounded. * This utility brings the window to focus before such operations. */ /** * Bring KSP window to the foreground. * * @returns true if successful, false if failed (logs warning but doesn't throw) */ export declare function bringKspToForeground(): Promise; //# sourceMappingURL=bring-to-foreground.d.ts.map