import type { GraphQLResolveInfo } from 'graphql'; export declare function removeArgumentFromInfo(info: T, name: string): T;