import { type RegisteredTool } from '../../mcp/server.ts'; import type { ReclaimOldClient } from '../client.ts'; /** * List the authenticated user's OWN providers on the old devtools backend * (`GET /api/providers/user/paginated`, filtered server-side to the caller's * uid). This exists ONLY in old mode: the generated provider-listing tools * are disabled there, so this is the way to discover a `providerId` to pass * back into `create_provider_version_from_capture` for a version update. */ export declare function getMeProvidersTool(client: ReclaimOldClient): RegisteredTool;