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