import type { Column, SQL } from 'drizzle-orm'; import type { DrizzleAdapter } from '../types.js'; export declare function jsonAgg(adapter: DrizzleAdapter, expression: SQL): SQL; /** * @param shape Keys are interpolated into raw SQL — only use trusted, internally-generated 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