import { WhereOptions } from "sequelize"; /** * Replace the where arguments object and return the sequelize compatible version. * @param where arguments object in GraphQL Safe format meaning no leading "$" chars. * @returns {Object} */ export declare function replaceWhereOperators(where: object): WhereOptions;