/** Open a URL or file path in the default browser/application. Best-effort, never throws. */ export declare function openPath(urlOrPath: string): void;