/** * aks-loop prompt * * Returns a seeded user message that drives a full AKS remote cluster * deployment iteration loop using the containerization-assist MCP tools. */ import type { AksRemoteDevLoopArgs } from './schema.js'; export declare function buildAksRemoteDevLoopPrompt(args: AksRemoteDevLoopArgs): string; //# sourceMappingURL=prompt.d.ts.map