declare const _default: import("@agent-native/core").ActionDefinition<{ id: string; }, { proposal: { evidence: import("../server/lib/dreams-store.js").DreamEvidence[]; appliedAt: number | null; appliedBy: string | null; confidence: number; content: string; createdAt: number; dreamId: string; id: string; orgId: string | null; ownerEmail: string; rationale: string; rejectedAt: number | null; rejectedBy: string | null; risk: string; status: string; summary: string; targetPath: string; targetType: string; title: string; updatedAt: number; }; target: { type: string; path: string; kind: import("../server/lib/workspace-resources-store.js").WorkspaceResourceKind | null; resourceId: string | null; }; operation: "append" | "create" | "update"; targetExists: boolean; currentContent: string | null; proposedContent: string; approval: { required: boolean; policyEnabled: boolean; willRequestApproval: boolean; }; }>; export default _default; //# sourceMappingURL=preview-dream-proposal.d.ts.map