import { GraphQLType } from 'graphql/type/definition.js';
import { Content } from './visitor.js';
export declare function generate(content: Content): string;
export declare function generateType(t?: GraphQLType, orNull?: string): string;
