importtype { Where, WhereField } from'../types/index.js';
/**
* Take a where query and flatten it to all top-level operators
*/exportdeclarefunctionflattenWhereToOperators(query: Where): WhereField[];
//# sourceMappingURL=flattenWhereToOperators.d.ts.map