/** * Shell-open `target` (app name, URL, or path) and bring the resulting * window to the foreground. Fire-and-forget; never throws. */ export declare function openForeground(target: string): void;