import type { Where } from '../types/index.js';
export declare function combineWhereConstraints(constraints: Array<undefined | Where>, as?: 'and' | 'or'): Where;
//# sourceMappingURL=combineWhereConstraints.d.ts.map