/** * Customer-facing billing tool definitions. */ import type { ToolDefinition } from '../types/tool.types.js'; export declare const billingTools: ToolDefinition[];