import { type VerifiedControlPlaneCacheCredential, type VerifiedControlPlaneRequestClaims } from "../internal-agents/control-plane-auth.js"; /** * Runs framework work with the exact cache API credential from a verified * control-plane request body. Keep this helper on internal import surfaces. */ export declare function runWithVerifiedCacheApiCredential(claims: VerifiedControlPlaneRequestClaims, fn: () => T): T; /** Wraps project-authored work so it cannot inherit a verified user credential. */ export declare function withoutVerifiedCacheApiCredential(fn: () => T): () => T; export declare function getVerifiedCacheApiCredential(): VerifiedControlPlaneCacheCredential | undefined; //# sourceMappingURL=verified-api-credential-context.d.ts.map