import { IntrospectionSchema } from 'graphql';
export default function (graphqlUrl: any): Promise<IntrospectionSchema>;
