/** * Runtime guard: verifies that the installed @vess-id/ai-identity exports every * symbol agentd depends on at runtime. If any are missing (e.g. the published * agentd was pinned to a stale SDK that lacked these exports), abort startup * with an actionable error message instead of failing later with a cryptic * `(0, ai_identity_1.foo) is not a function`. */ export declare function runSdkPrecheck(): void; //# sourceMappingURL=sdk-precheck.d.ts.map