File size: 223 Bytes
d4b85c0
 
 
 
 
1
2
3
4
5
6
import type { ASTVisitor } from '../../language/visitor';
import type { ASTValidationContext } from '../ValidationContext';
export declare function MaxIntrospectionDepthRule(
  context: ASTValidationContext,
): ASTVisitor;