import type { WhereStatements } from './whereTypes'; declare const stringifyWhere: (statements: WhereStatements) => string; export default stringifyWhere;