import { type Context } from "../../agent/Context";
export declare function isWebScanner(context: Context, statusCode: number): boolean;
