import type { Where } from '../types/index.js';
/**
 * Combines two queries into a single query, using an AND operator
 */
export declare const combineQueries: (where: Where, access: boolean | Where) => Where;
//# sourceMappingURL=combineQueries.d.ts.map