import type { FastifyContext } from "apollo-server-fastify";
export declare const crawlStream: (req: FastifyContext["request"], res: FastifyContext["reply"], slim?: boolean) => Promise<never>;
