import { ApolloServer, BaseContext } from "@apollo/server"; import type { WithRequired } from "@apollo/utils.withrequired"; import type { FastifyPluginAsync, FastifyTypeProvider, FastifyTypeProviderDefault, RawServerBase, RawServerDefault } from "fastify"; import { ApolloFastifyPluginOptions } from "./types.js"; export declare function fastifyApollo(apollo: ApolloServer): FastifyPluginAsync, "context">, RawServer, TypeProvider>; export declare function fastifyApollo(apollo: ApolloServer): FastifyPluginAsync, "context">, RawServer, TypeProvider>;