/** Canonical routing instructions and executable catalog, consumed by every adapter. */ export declare const localCompleteMetadata: { systemPrompt: string; toolNames: import("../schema.js").ToolNames; baseSchema: Record<"goal" | "reasoning" | "debug", string>; tools: { [k: string]: { description: string; }; }; };