import type { Plugin, PromiseOrValue } from 'graphql-yoga';
type UseDisableIntrospectionArgs = {
    isDisabled?: (request: Request) => PromiseOrValue<boolean>;
};
export declare const useDisableIntrospection: (props?: UseDisableIntrospectionArgs) => Plugin;
export {};
