import { r as DoctorSessionRouteStateOwner } from "../../runtime-doctor-CUSUXgcl.js";

//#region extensions/anthropic/doctor-contract-api.d.ts
/** Anthropic currently has no legacy config migrations. */
declare const legacyConfigRules: never[];
/** Session-route ownership metadata for Anthropic API and Claude CLI sessions. */
declare const sessionRouteStateOwners: DoctorSessionRouteStateOwner[];
//#endregion
export { legacyConfigRules, sessionRouteStateOwners };