export declare function resolveNuviraConfigDir(explicitDir?: string): string; /** Resolve the config dir. Named `resolveBuffConfigDir` for backward compat. */ export declare const resolveBuffConfigDir: typeof resolveNuviraConfigDir; /** Resolve the config file path — checks nuviraconfig.json first, then buffconfig.json. */ export declare function resolveNuviraConfigPath(explicitDir?: string): string; /** Backward compat alias. */ export declare const resolveBuffConfigPath: typeof resolveNuviraConfigPath; /** * Resolve the Nuvira home directory (~/.nuvira preferred, ~/.buff legacy). * Use this everywhere instead of hardcoded `join(homedir(), '.buff')`. */ export declare function resolveNuviraHome(): string; //# sourceMappingURL=paths.d.ts.map