import { GraphQLOutputType, GraphQLNamedType } from 'graphql'; export declare function getBaseType(type: GraphQLOutputType): GraphQLNamedType; export declare function quoteIfNeeded(array: string[], joinWith?: string): string;