declare const _default: import("node_modules/@agent-native/core/dist/action.js").ActionDefinition<{ datasetId: string; where?: { column: string; op: "contains" | "equals" | "exists" | "gt" | "gte" | "lt" | "lte" | "not_contains" | "not_equals" | "not_exists"; value?: unknown; }[] | undefined; groupBy?: string[] | undefined; aggregate?: { column: string; op: "avg" | "count" | "count_distinct" | "max" | "min" | "sum"; as?: string | undefined; }[] | undefined; select?: string[] | undefined; orderBy?: string | undefined; orderDir?: "asc" | "desc" | undefined; limit?: unknown; } | { datasetId: string; where?: { column: string; op: "contains" | "equals" | "exists" | "gt" | "gte" | "lt" | "lte" | "not_contains" | "not_equals" | "not_exists"; value?: unknown; }[] | undefined; groupBy?: string[] | undefined; aggregate?: { column: string; op: "avg" | "count" | "count_distinct" | "max" | "min" | "sum"; as?: string | undefined; }[] | undefined; select?: string[] | undefined; orderBy?: string | undefined; orderDir?: "asc" | "desc" | undefined; limit?: unknown; }, { dataset: { id: string; name: string; totalRows: number; }; rowCount: number; rows: Record[]; }>; export default _default; //# sourceMappingURL=query-staged-dataset.d.ts.map