/** * GitMem Pro Deactivation * * 1. Calls gitmem_deactivate_device RPC to remove this device server-side * 2. Removes api_key, supabase_url, supabase_key, openrouter_key from config.json * 3. Deletes license-cache.json * Does NOT remove .gitmem/ directory or local data. */ export declare function main(_args: string[]): Promise; //# sourceMappingURL=deactivate.d.ts.map