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