import type { AtlassianClient } from './client.js'; import type { ToolRegistrar } from '../types.js'; export declare function registerAtlassianResources(client: AtlassianClient, registrar: ToolRegistrar): void; //# sourceMappingURL=resources.d.ts.map