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