import Relationship from "../../classes/Relationship"; import { GraphQLWhereArg, Context } from "../../types"; declare function createRelationshipWhereAndParams({ whereInput, context, relationship, relationshipVariable, parameterPrefix, }: { whereInput: GraphQLWhereArg; context: Context; relationship: Relationship; relationshipVariable: string; parameterPrefix: string; }): [string, any]; export default createRelationshipWhereAndParams; //# sourceMappingURL=create-relationship-where-and-params.d.ts.map