import { ResolveTree } from "graphql-parse-resolve-info"; import { ConnectionField, Context } from "../../types"; declare function createConnectionAndParams({ resolveTree, field, context, nodeVariable, parameterPrefix, }: { resolveTree: ResolveTree; field: ConnectionField; context: Context; nodeVariable: string; parameterPrefix?: string; }): [string, any]; export default createConnectionAndParams; //# sourceMappingURL=create-connection-and-params.d.ts.map