/** * Safe Restore Workflow Prompt * * ยง6: Step-by-step playbook for agents to safely restore a pre-mutation backup * snapshot using non-destructive side-by-side comparison. This prompt guides * agents through the safest possible restore path, avoiding accidental * overwrites of live production data. */ import type { PromptDefinition } from "../../../types/index.js"; /** * Create the pg_safe_restore_workflow prompt. */ export declare function createSafeRestoreWorkflowPrompt(): PromptDefinition; //# sourceMappingURL=safe-restore.d.ts.map