/** * kind-loop prompt * * Returns a seeded user message that drives a full local Kind cluster * development iteration loop using the containerization-assist MCP tools. */ import type { LocalKindDevLoopArgs } from './schema.js'; export declare function buildLocalKindDevLoopPrompt(args: LocalKindDevLoopArgs): string; //# sourceMappingURL=prompt.d.ts.map