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