import type { FastifyContext } from "apollo-server-fastify";
import { CrawlParams } from "../actions/accessibility/watcher_crawl";
export declare const crawlHttpStream: (props: CrawlParams, res: FastifyContext["reply"], removeTrailing?: boolean) => Promise<boolean>;