import type { Column, SQL } from 'drizzle-orm'; import type { DrizzleAdapter } from '../types.js'; export declare function jsonAgg(adapter: DrizzleAdapter, expression: SQL): SQL; /** * @param shape Potential for SQL injections, so you shouldn't allow user-specified key names */ export declare function jsonBuildObject>(adapter: DrizzleAdapter, shape: T): SQL; export declare const jsonAggBuildObject: >(adapter: DrizzleAdapter, shape: T) => SQL; //# sourceMappingURL=json.d.ts.map