import type { ConnectionNeed } from '@xopcai/gateway-contract'; export declare function isToolInputSchema(value: unknown): value is Record; export declare function capabilityActions(need: Pick): string[][]; export declare function missingConnectionCapabilities(need: Pick, actions: Set): string[];