import type { Knex } from 'knex';
import type { Ctx } from '../types';
export declare const applySearch: (knex: Knex.QueryBuilder, query: string, ctx: Ctx) => void;
export declare const escapeQuery: (query: string, charsToEscape: string, escapeChar?: string) => string;
//# sourceMappingURL=search.d.ts.map