/** * Opens a file in VS Code if available, otherwise in the system's default editor. */ export declare function openInDefaultEditor(absolutePath: string, silent?: boolean): void;