import type { FastifyContext } from "apollo-server-fastify";
export declare const responseWrap: (res: FastifyContext["reply"], source: any) => Promise<void>;
