import type { ApiDescriptionInfo, McpToolContext } from '../types.js'; export declare function getCallableApis(context: McpToolContext): ApiDescriptionInfo[]; /** * Fetch capability at request/worker time is derived purely from the build-time stamps: * `fetchEligible` is stamped per API by the lifecycle plugin under `isGatewayCapabilityEnabled` * (entitlement + hide checks), and the map arriving here is already RBAC-filtered. * No EntitlementsProvider read — this code runs in graphs where the provider is uninitialized. */ export declare function isFetchCapable(context: McpToolContext): boolean; //# sourceMappingURL=callable-apis.d.ts.map