import { CubeMetadata } from '../types/index.js'; /** * Build the full system prompt for the agent */ export declare function buildAgentSystemPrompt(metadata: CubeMetadata[]): string;