import type { Knex } from 'knex';
export declare function withPreprocessBindings(knex: Knex, dbQuery: Knex.QueryBuilder): void;
