import { DetectorResult, HAR } from "../../common/index.js";
declare const detectNamecheapNginx: (har: HAR, asap?: boolean) => DetectorResult;
export default detectNamecheapNginx;
