import type { GraphQLField, GraphQLInputType } from 'graphql'; export declare function hookResolverAddArgument(field: GraphQLField, name: string, value: any, type: GraphQLInputType, options?: { path?: string; }): void;