/** * brand — the org's brand bundle + raw-text terminology check. * * ONE action-tool (not two tools) on purpose: tools/list rides a 62KB wire * budget (see test/tools-list-budget.test.ts), so governance reads share a * single schema. `context` returns the same prompt-ready sections the in-app * agent gets injected (author on-brand BEFORE writing); `terminology` runs * the same term check the publish gate's term_compliance rules enforce. */ import type { McpToolDefinition, ToolContext, ToolResult } from "../types.js"; export declare const brandTool: McpToolDefinition; export declare const brandTools: McpToolDefinition[]; export declare const brandExecutors: Record Promise>; //# sourceMappingURL=brand.d.ts.map