/** * Customer-portal tool definitions — all scope `customer`. * * Wrap `/customers/*` endpoints that rely on the authenticated customer * principal. No customerId parameters — the customer JWT scopes the call. */ import type { ToolDefinition } from '../types/tool.types.js'; export declare const customerPortalTools: ToolDefinition[];