import type { Expression } from '../expression/expression.js'; import type { SelectQueryNode } from '../operation-node/select-query-node.js'; export declare function getJsonObjectArgs(node: SelectQueryNode, table: string): Expression[];