import type { CreateJSONQueryArgs } from '../../types.js';
export declare const createJSONQuery: ({ column, operator, pathSegments, rawColumn, table, treatAsArray, treatRootAsArray, value, }: CreateJSONQueryArgs) => string;
//# sourceMappingURL=index.d.ts.map