import type { EnvironmentConfig } from "../../config/environment-config.js"; import type { TokenStore } from "../types.js"; /** Resolve the handler store without silently using process-local state in deployments. */ export declare function resolveOAuthHandlerTokenStore(tokenStore: TokenStore | undefined, env: EnvironmentConfig): TokenStore; //# sourceMappingURL=token-store-policy.d.ts.map