import type { ActionRouteAuthAdapter } from "../server/action-routes.js"; declare const FLAG_ACTION_SCOPES: { readonly "list-feature-flags": "flags:read"; readonly "set-feature-flag": "flags:write"; }; export declare function declaresFeatureFlagDelegation(token: string): boolean; /** * Narrow opt-in adapter for fleet flag control. It owns Bearer credentials only * for these two actions; malformed owned bearers reject rather than falling * back to a browser cookie. */ export declare function createFeatureFlagA2AActionRouteAuth(actionName: keyof typeof FLAG_ACTION_SCOPES): ActionRouteAuthAdapter; export {}; //# sourceMappingURL=a2a-action-route.d.ts.map