/** * create-containerization-policy tool prompt * * Returns guidance text that instructs the LLM to walk the user through * creating a custom OPA Rego policy. The output includes a suggested * step-by-step plan (rendered as a checklist/todo in VS Code Copilot Chat) * and each step has a recommended default the user can accept or override. * * The first example policy is a base image allowlist. */ export declare function buildCreatePolicyPrompt(): string; //# sourceMappingURL=prompt.d.ts.map