import { ApolloServer, BaseContext } from '@apollo/server'; export declare const enableTracing: (server: ApolloServer) => void;