import type { Where } from '../../../../types';
declare const validateWhereQuery: (whereQuery: any) => whereQuery is Where;
export default validateWhereQuery;
//# sourceMappingURL=validateWhereQuery.d.ts.map