declare const _default: import("@agent-native/core").ActionDefinition<{ files: { path: string; content: string; }[]; scope?: "all" | "selected" | undefined; }, { status: "unchanged"; resource: { id: string; ownerEmail: string; orgId: string | null; kind: string; name: string; description: string | null; path: string; content: string; scope: string; createdBy: string; createdAt: number; updatedAt: number; }; files: { id: string; ownerEmail: string; orgId: string | null; kind: string; name: string; description: string | null; path: string; content: string; scope: string; createdBy: string; createdAt: number; updatedAt: number; }[]; warnings: string[]; approval?: undefined; } | { status: "pending-approval"; approval: { id: string; ownerEmail: string; orgId: string | null; changeType: string; targetType: string; targetId: string | null; status: string; summary: string; payload: string; beforeValue: string | null; afterValue: string | null; requestedBy: string; reviewedBy: string | null; reviewedAt: number | null; createdAt: number; updatedAt: number; }; warnings: string[]; resource?: undefined; files?: undefined; } | { approval?: undefined; status: "created"; resource: { id: string; ownerEmail: string; orgId: string | null; kind: string; name: string; description: string | null; path: string; content: string; scope: string; createdBy: string; createdAt: number; updatedAt: number; }; files: { id: string; ownerEmail: string; orgId: string | null; kind: string; name: string; description: string | null; path: string; content: string; scope: string; createdBy: string; createdAt: number; updatedAt: number; }[]; warnings: string[]; }>; export default _default; //# sourceMappingURL=import-agent-pack.d.ts.map