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