import type { Where } from '../types';
export declare const combineQueries: (where: Where, access: Where | boolean) => Where;
//# sourceMappingURL=combineQueries.d.ts.map