export declare const FLOW_BUILDER_TOOL_NAMES: { readonly listTools: "list_available_tools"; readonly listFlows: "list_available_flows"; readonly listAgents: "list_available_agents"; readonly saveFlow: "save_flow"; }; /** * Shared authoring contract for LLM flow builders. Surface-specific policy * (which tools exist on this host, who the flow is registered onto) is composed * separately via `createFlowBuilderAgent({ surfaceInstructions })`. */ export declare const FLOW_BUILDER_AUTHORING_PLAYBOOK: string;