export interface OmpPaths { configRoot: string; agentDir: string; dataRoot: string; dataAgentRoot: string; pluginsDir: string; sessionsRoot: string; } /** Mirror OMP's profile, custom agent-directory, and XDG data resolution. */ export declare function resolveOmpPaths(): OmpPaths; export declare function getOmpAgentDir(): string; export declare function getOmpPluginsDir(): string; export declare function getOmpPluginsLockPath(): string; export declare function getOmpSessionsRoot(): string; /** Resolve OMP's package-root override used by Nix, Guix, and source installs. */ export declare function getOmpPackageDir(): string | undefined; //# sourceMappingURL=omp-paths.d.ts.map