import type { StatementKind } from 'ast-types/lib/gen/kinds'; import * as graphql from 'graphql'; import type { Config } from '../../../lib'; export declare function addReferencedInputTypes(config: Config, filepath: string, body: StatementKind[], visitedTypes: Set, missingScalars: Set, rootType: graphql.TypeNode | graphql.GraphQLInputType): void;