import { NotificationHandler } from "vscode-languageserver"; import { GraphQLSchema } from "graphql"; import { RemoteServiceConfig } from "../../config"; import { GraphQLSchemaProvider, SchemaChangeUnsubscribeHandler } from "./base"; export declare class IntrospectionSchemaProvider implements GraphQLSchemaProvider { private config; private schema?; constructor(config: Exclude); resolveSchema(): Promise; onSchemaChange(_handler: NotificationHandler): SchemaChangeUnsubscribeHandler; } //# sourceMappingURL=introspection.d.ts.map