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