/** * Path Utilities * * Resolves paths for the MCP bridge executable. */ /** * Get the path to this CLI executable. * When installed via npm, this will be in node_modules/.bin/ * The MCP config needs to point to the actual executable. */ export declare function getBridgePath(): string; /** * Get user's GitNexus config directory */ export declare function getGitNexusConfigDir(): string; //# sourceMappingURL=paths.d.ts.map