import type { Where, WhereStatements, WhereStatement } from './whereTypes'; export declare const createConjuctionField: (conjunction: string) => (...statements: WhereStatements) => WhereStatement; declare const createWhere: () => Where; export default createWhere;