declare const _default: import("@agent-native/core").ActionDefinition<{ kind?: "agent" | "agent-file" | "instruction" | "knowledge" | "mcp-server" | "skill" | undefined; }, { 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; }[]>; export default _default; //# sourceMappingURL=list-workspace-resources.d.ts.map