import type { LauncherFileSystem } from "./types.js"; export declare function assertPathHasNoSymbolicLinks(fs: Pick, targetPath: string): Promise;