/** * GitLab MCP resource templates. * * Registers 2 resource templates: * - gitlab://project/{projectId} — project metadata * - gitlab://project/{projectId}/file/{filePath} — file content (base64-decoded) */ import type { GitLabClient } from './client.js'; import type { ToolRegistrar } from '../types.js'; export declare function registerGitLabResources(client: GitLabClient, registrar: ToolRegistrar): void; //# sourceMappingURL=resources.d.ts.map