import { GraphQLSchema } from 'graphql'; export declare class Utils { static getFromUrl: (url: string, header?: string | string[] | undefined) => Promise; static printFullSchema: (schema: GraphQLSchema) => string; }