import { type MaybePromise, type SchemaTypes } from '@pothos/core'; import type { GraphQLIsTypeOfFn, GraphQLResolveInfo } from 'graphql'; import type { PothosScopeAuthPlugin, ResolveStep } from '.'; export declare function isTypeOfHelper(steps: ResolveStep[], plugin: PothosScopeAuthPlugin, isTypeOf: GraphQLIsTypeOfFn | undefined): (parent: unknown, context: Types["Context"], info: GraphQLResolveInfo) => MaybePromise; //# sourceMappingURL=is-type-of-helper.d.ts.map