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