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