import { type RegisteredTool } from '../../mcp/server.ts'; import type { ReclaimOldClient } from '../client.ts'; /** * Health-check a project's @reclaimprotocol/js-sdk setup: SDK installed, * RECLAIM_APP_ID/RECLAIM_APP_SECRET present (env or .env), and (if an appId * is found) whether that app is actually linked/has quota, via the real * check_app_status endpoint — not just static file checks. */ export declare function verifySdkSetupTool(client: ReclaimOldClient): RegisteredTool;