import { GetMeshSourceOptions, MeshHandler, MeshSource, YamlConfig } from '@graphql-mesh/types'; export default class GraphQLHandler implements MeshHandler { private name; private config; private cache; constructor({ name, config, cache }: GetMeshSourceOptions); getMeshSource(): Promise; }